COLOR #F5F9CA

HEX: #F5F9CA
RGB: (245,249,202)

Renk bilgisi

#F5F9CA contains red, green and blue colors in about the same proportion. #F5F9CA ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#F5F9CA color RGB value is (245,249,202).

  • kırmız ton 245;
  • yeşil ton 249;
  • mavi ton 202.
RGB:
(245,249,202)
(96%,98%,79%)

RGB bağlantıları ve doygunluk

R 245 of 255 = 96%
G 249 of 255 = 98%
B 202 of 255 = 79%

245
249
202

R + G + B ~ 91%. #F5F9CA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 249 + 202 = 696 (100%)
R 245 of 696 ~ 35.2%
G 249 of 696 ~ 35.78%
B 202 of 696 ~ 29.02%

%35.2
%35.78
%29.02

CMYK RENK MODELİ

#F5F9CA rengi CMYK tonu (2,0,19,2).

  • camgöbeği tonu 1.61%
  • eflatun tonu 0.00%
  • sarı tonu 18.88%
  • ana renk tonu 2.35%
CMYK:
(2,0,19,2)
C2M0Y19K2 
(2%,0%,19%,2%)
(0.02/0.00/0.19/0.02)	

CMYK yüzdeleri

%1.61
%0
%18.88
%2.35

Codes

Color #F5F9CA in popluar color models

F5F9CA
RGB245249202
HSL65°79.66%88.43%
HSB/HSV65°18.88%97.65%
CMYK1.61%0.00%18.88%
2.35%

Color #F5F9CA in popluar number systems.

HEXF5F9CA
Decimal245249202
Binary111101011111100111001010
Octal365371312

Shades and tints

Shades of #F5F9CA

#F5F9CA
(245,249,202)
#DFE3B8
(223,227,184)
#C9CDA6
(201,205,166)
#B3B794
(179,183,148)
#9DA182
(157,161,130)
#878B70
(135,139,112)
#71755E
(113,117,94)
#5B5F4C
(91,95,76)
#45493A
(69,73,58)
#2F3328
(47,51,40)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #F5F9CA

#F5F9CA
(245,249,202)
#F5F9CE
(245,249,206)
#F5F9D2
(245,249,210)
#F5F9D6
(245,249,214)
#F5F9DA
(245,249,218)
#F5F9DE
(245,249,222)
#F5F9E2
(245,249,226)
#F5F9E6
(245,249,230)
#F5F9EA
(245,249,234)
#F5F9EE
(245,249,238)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F9CA color. Also use rgb(245,249,202) instead hex code.

Text Font Color

.myTextColor { color: #F5F9CA; }

<p style="color:#F5F9CA">This sample text font color is #F5F9CA.</p>

This text font color is #F5F9CA.


Background Color

.myBgColor { background-color: #F5F9CA; }

<div style="background-color:#F5F9CA">Inner text</div>

This div background color is #F5F9CA.


Border color

.myBorderColor { border: 1px solid #F5F9CA; }

<div style="border:3px solid #F5F9CA">Div</div>

This div border color is #F5F9CA.


Opacity

.myOpacity80 { color: #F5F9CA; opacity: 0.8; }

<p style="color:#F5F9CA;opacity:0.8;">80%</p>

Text with #F5F9CA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F5F9CA;}

<p style="text-shadow: 3px 3px 1px #F5F9CA">Text here.</p>

This text has shadow with #F5F9CA color.

.textShadow {text-shadow: 3px 3px 1px #F5F9CA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F5F9CA, 5px 5px 20px red">Text here.</p>

This text has shadow with #F5F9CA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5F9CA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F5F9CA, Direction=45, Strength=4)">Text</p>

This text has shadow with #F5F9CA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F5F9CA;
  -webkit-box-shadow:	1px 1px 3px 2px #F5F9CA;
  box-shadow:		1px 1px 3px 2px #F5F9CA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5F9CA;
-webkit-box-shadow: 1px 1px 3px 2px #F5F9CA;
box-shadow:1px 1px 3px 2px #F5F9CA;">
Div content here</div>
This div box has shadow with color #F5F9CA.

Preview

Color preview on black background

This text has color #F5F9CA on black background.


Color preview on white background

This text has color #F5F9CA on white background.



Black color preview on #F5F9CA background

This text has black color on #F5F9CA background.


White color preview on #F5F9CA background

This text has white color on #F5F9CA background.