Html Css Color HEX #FCE5A8 Cape Honey

📋 copy color: '#FCE5A8'

red 252 ◦ green 229 ◦ blue 168

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

Shades of Cape Honey #FCE5A8

Tints of Cape Honey #FCE5A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 25.89%

R = 38.83%
G = 35.29%
B = 25.89%

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

#FCE5A8 (or 0xFCE5A8) is known color: Cape Honey. HEX triplet: FC, E5 and A8. RGB value is (252,229,168). Sum of RGB (Red+Green+Blue) = 252+229+168=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 229 (89.84% from 255 or 35.29% from 649); Blue value is 168 (66.02% from 255 or 25.89% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE5A8 is #031A57. Grayscale: #E5E5E5. Windows color (decimal): -203352 or 11068924. OLE color: 11068924.

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

Color convert

RGB 252 229 168 -
CMYK 0 0.09 0.33 0.01
HSL 43.57º 0.93% 0.82% -
HSV(B) 43.57º 0.33% 0.99% -
XYZ 75.23 79.56 48.44 -
YUV 228.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 252 229 168 0 0.09 0.33 0.01 43.57 0.93 0.82
Hex FC E5 A8 0 9 21 1 2C 5D 52
Octal 374 345 250 0 11 41 1 54 135 122
Binary 11111100 11100101 10101000 0 1001 100001 1 101100 1011101 1010010

Color Harmonies of #FCE5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5A8

Black with #FCE5A8

Text Example


Text Example

White with #FCE5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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