#FCE4AA

Color #FCE4AA Cape Honey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Honey #FCE4AA

Tints of Cape Honey #FCE4AA

Color information

#FCE4AA (or 0xFCE4AA) is unknown color: approx 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

RGB252228170-
CMYK00.100.330.01
HSL42.44º93.18%82.75%-
HSV(B)42.44º32.54%98.82%-
XYZ75.1479.0849.33-
YUV228.5694.95144.72-

RGB Variations

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

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.80% from 255) = 26.15%
R=38.77%
G=35.08%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222817000.100.330.0142.4493.1882.75
HexFCE4AA0A2112a5d53
Octal37434425201241152135123
Binary11111100111001001010101001010100001110101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>