#FCDAAE

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

Shades of Navajo White #FCDAAE

Tints of Navajo White #FCDAAE

Color information

#FCDAAE (or 0xFCDAAE) is unknown color: approx Navajo White. HEX triplet: FC, DA and AE. RGB value is (252,218,174). Sum of RGB (Red+Green+Blue) = 252+218+174=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 174 (68.36% from 255 or 27.02% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDAAE is #032551. Grayscale: #DFDFDF. Windows color (decimal): -206162 or 11459324. OLE color: 11459324.

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

Color convert

RGB252218174-
CMYK00.130.310.01
HSL33.85º92.86%83.53%-
HSV(B)33.85º30.95%98.82%-
XYZ72.8673.8950.47-
YUV223.15100.26148.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 174 (68.36% from 255) = 27.02%
R=39.13%
G=33.85%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221817400.130.310.0133.8592.8683.53
HexFCDAAE0D1F1225d54
Octal37433225601537142135124
Binary1111110011011010101011100110111111110001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAAE; }

 p { color: rgb(252,218,174); }

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

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

 a { background-color: rgb(252,218,174); }

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

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

 span { border-color: rgb(252,218,174); }

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