#FCDEA5

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

Shades of Cape Honey #FCDEA5

Tints of Cape Honey #FCDEA5

Color information

#FCDEA5 (or 0xFCDEA5) is unknown color: approx Cape Honey. HEX triplet: FC, DE and A5. RGB value is (252,222,165). Sum of RGB (Red+Green+Blue) = 252+222+165=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 165 (64.84% from 255 or 25.82% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDEA5 is #03215A. Grayscale: #E0E0E0. Windows color (decimal): -205147 or 10870524. OLE color: 10870524.

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

Color convert

RGB252222165-
CMYK00.120.350.01
HSL39.31º93.55%81.76%-
HSV(B)39.31º34.52%98.82%-
XYZ73.0675.6546.35-
YUV224.4794.44147.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 165 (64.84% from 255) = 25.82%
R=39.44%
G=34.74%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222216500.120.350.0139.3193.5581.76
HexFCDEA50C231275e52
Octal37433624501443147136122
Binary11111100110111101010010101100100011110011110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEA5; }

 p { color: rgb(252,222,165); }

 H1.HeaderClassName
 {
   color: #FCDEA5;
 }
 .AnyTagClassName
 {
   color: #FCDEA5;
 }
</style>
background-color css

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

 a { background-color: rgb(252,222,165); }

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

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

 span { border-color: rgb(252,222,165); }

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