Html Css Color HEX #FCE4AA Cape Honey

📋 copy color: '#FCE4AA'

red 252 ◦ green 228 ◦ blue 170

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

Shades of Cape Honey #FCE4AA

Tints of Cape Honey #FCE4AA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.08%

 BLUE value IS 170 (66.8% from 255) = 26.15%

R = 38.77%
G = 35.08%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCE4AA (or 0xFCE4AA) is known color: Cape Honey. HEX triplet: FC, E4 and AA. RGB value is (252,228,170). Sum of RGB (Red+Green+Blue) = 252+228+170=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE4AA is #031B55. Grayscale: #E4E4E4. Windows color (decimal): -203606 or 11199740. OLE color: 11199740.

HSL color Cylindrical-coordinate representation of color #FCE4AA: hue angle of 42.44º 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 #FCE4AA is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 228 170 -
CMYK 0 0.10 0.33 0.01
HSL 42.44º 0.93% 0.83% -
HSV(B) 42.44º 0.33% 0.99% -
XYZ 75.14 79.08 49.33 -
YUV 228.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 252 228 170 0 0.10 0.33 0.01 42.44 0.93 0.83
Hex FC E4 AA 0 A 21 1 2A 5D 53
Octal 374 344 252 0 12 41 1 52 135 123
Binary 11111100 11100100 10101010 0 1010 100001 1 101010 1011101 1010011

Color Harmonies of #FCE4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE4AA

Black with #FCE4AA

Text Example


Text Example

White with #FCE4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE4AA; }

 p { color: rgb(252,228,170); }

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

background-color css

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

 a { background-color: rgb(252,228,170); }

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

border-color css

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

 span { border-color: rgb(252,228,170); }

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