#FCDBAE

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

Shades of Navajo White #FCDBAE

Tints of Navajo White #FCDBAE

Color information

#FCDBAE (or 0xFCDBAE) is unknown color: approx Navajo White. HEX triplet: FC, DB and AE. RGB value is (252,219,174). Sum of RGB (Red+Green+Blue) = 252+219+174=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 174 (68.36% from 255 or 26.98% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDBAE is #032451. Grayscale: #DFDFDF. Windows color (decimal): -205906 or 11459580. OLE color: 11459580.

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

Color convert

RGB252219174-
CMYK00.130.310.01
HSL34.62º92.86%83.53%-
HSV(B)34.62º30.95%98.82%-
XYZ73.1274.4150.55-
YUV223.7499.93148.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.07%
GREEN value IS 219 (85.94% from 255) = 33.95%
BLUE value IS 174 (68.36% from 255) = 26.98%
R=39.07%
G=33.95%
B=26.98%

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
Decimal25221917400.130.310.0134.6292.8683.53
HexFCDBAE0D1F1235d54
Octal37433325601537143135124
Binary1111110011011011101011100110111111110001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBAE; }

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

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

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

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

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

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

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

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