COLOR #FFFFCA

HEX: #FFFFCA RGB: (255,255,202)

Color info

#FFFFCA contains red, green and blue colors in about the same proportion. Web safe color of #FFFFCA is #FFFFCC (or #FFC).

RGB color model

#FFFFCA color RGB value is (255,255,202).

RGB: (255,255,202) (100%, 100%, 79%)

RGB channels and saturation

R 255 of 255 = 100%
G 255 of 255 = 100%
B 202 of 255 = 79%

255
255
202

R + G + B ~ 93%. #FFFFCA is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 255 + 202 = 712 (100%)
R 255 of 712 ~ 35.81%
G 255 of 712 ~ 35.81%
B 202 of 712 ~ 28.37'%

%35.81
%35.81
%28.37

CMYK color model

#FFFFCA color CMYK value is (0,0,21,0).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 0.00%
CMYK: (0,0,21,0) C0M0Y21K0 (0%,0%,21%,0%) (0.00/0.00/0.21/0.00) 

CMYK percentages

%0
%0
%20.78
%0

Codes

Color #FFFFCA in popluar color models

FF FF CA
RGB 255 255 202
HSL 60° 100.00% 89.61%
HSB/HSV 60° 20.78% 100.00%
CMYK 0.00% 0.00% 20.78%
0.00%

Color #FFFFCA in popluar number systems.

HEX FF FF CA
Decimal 255 255 202
Binary 11111111 11111111 11001010
Octal 377 377 312

Shades and tints

Shades of #FFFFCA

#FFFFCA
(255,255,202)
#E8E8B8
(232,232,184)
#D1D1A6
(209,209,166)
#BABA94
(186,186,148)
#A3A382
(163,163,130)
#8C8C70
(140,140,112)
#75755E
(117,117,94)
#5E5E4C
(94,94,76)
#47473A
(71,71,58)
#303028
(48,48,40)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #FFFFCA

#FFFFCA
(255,255,202)
#FFFFCE
(255,255,206)
#FFFFD2
(255,255,210)
#FFFFD6
(255,255,214)
#FFFFDA
(255,255,218)
#FFFFDE
(255,255,222)
#FFFFE2
(255,255,226)
#FFFFE6
(255,255,230)
#FFFFEA
(255,255,234)
#FFFFEE
(255,255,238)
#FFFFF2
(255,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFFCA; }

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

This text font color is #FFFFCA.

Background Color

.myBgColor { background-color: #FFFFCA; }

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

This div background color is #FFFFCA.

Border color

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

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

This div border color is #FFFFCA.

Opacity

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

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

Text with #FFFFCA 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 #FFFFCA;}

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

This text has shadow with #FFFFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFFFCA.

Preview

Color preview on black background

This text has color #FFFFCA on black background.


Color preview on white background

This text has color #FFFFCA on white background.


Black color preview on #FFFFCA background

This text has black color on #FFFFCA background.


White color preview on #FFFFCA background

This text has white color on #FFFFCA background.


Related colors

Complementary color

Complementary color for #hex is #000035.


I love getcolorcode.com