#FCDEAF

Color #FCDEAF Navajo White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navajo White #FCDEAF

Tints of Navajo White #FCDEAF

Color information

#FCDEAF (or 0xFCDEAF) is unknown color: approx Navajo White. HEX triplet: FC, DE and AF. RGB value is (252,222,175). Sum of RGB (Red+Green+Blue) = 252+222+175=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDEAF is #032150. Grayscale: #E1E1E1. Windows color (decimal): -205137 or 11525884. OLE color: 11525884.

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

Color convert

RGB252222175-
CMYK00.120.310.01
HSL36.62º92.77%83.73%-
HSV(B)36.62º30.56%98.82%-
XYZ7476.0351.33-
YUV225.6199.44146.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.83%
GREEN value IS 222 (87.11% from 255) = 34.21%
BLUE value IS 175 (68.75% from 255) = 26.96%
R=38.83%
G=34.21%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222217500.120.310.0136.6292.7783.73
HexFCDEAF0C1F1255d54
Octal37433625701437145135124
Binary1111110011011110101011110110011111110010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEAF; }

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

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

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

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

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

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

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

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