Html Css Color HEX #FCE5A9 Cape Honey

📋 copy color: '#FCE5A9'

red 252 ◦ green 229 ◦ blue 169

#FCE5A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cape Honey #FCE5A9

Tints of Cape Honey #FCE5A9

RGB

 RED value IS 252 (98.83% from 255) = 38.77%

 GREEN value IS 229 (89.84% from 255) = 35.23%

 BLUE value IS 169 (66.41% from 255) = 26%

R = 38.77%
G = 35.23%
B = 26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCE5A9 (or 0xFCE5A9) is known color: Cape Honey. HEX triplet: FC, E5 and A9. RGB value is (252,229,169). Sum of RGB (Red+Green+Blue) = 252+229+169=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 169 (66.41% from 255 or 26% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE5A9 is #031A56. Grayscale: #E5E5E5. Windows color (decimal): -203351 or 11134460. OLE color: 11134460.

HSL color Cylindrical-coordinate representation of color #FCE5A9: hue angle of 43.37º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCE5A9 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 229 169 -
CMYK 0 0.09 0.33 0.01
HSL 43.37º 0.93% 0.83% -
HSV(B) 43.37º 0.33% 0.99% -
XYZ 75.33 79.6 48.93 -
YUV 229.04 94.12 144.38 -
System Red Green Blue C M Y K H S L
Decimal 252 229 169 0 0.09 0.33 0.01 43.37 0.93 0.83
Hex FC E5 A9 0 9 21 1 2B 5D 53
Octal 374 345 251 0 11 41 1 53 135 123
Binary 11111100 11100101 10101001 0 1001 100001 1 101011 1011101 1010011

Color Harmonies of #FCE5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5A9

Black with #FCE5A9

Text Example


Text Example

White with #FCE5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5A9; }

 p { color: rgb(252,229,169); }

 H1.HeaderClassName
 {
   color: #FCE5A9;
 }
 .AnyTagClassName
 {
   color: #FCE5A9;
 }
</style>

background-color css

<style>
 a { background-color: #FCE5A9; }

 a { background-color: rgb(252,229,169); }

 div.DivClassName
 {
   background-color: #FCE5A9;
 }
 .BgClassName
 {
   background-color: #FCE5A9;
 }
</style>

border-color css

<style>
 span { border-color: #FCE5A9; }

 span { border-color: rgb(252,229,169); }

 td.TdClassName
 {
   border-color: #FCE5A9;
 }
 .TagClassName
 {
   border-color: #FCE5A9;
 }
</style>