#FCD8A9

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

Shades of Navajo White #FCD8A9

Tints of Navajo White #FCD8A9

Color information

#FCD8A9 (or 0xFCD8A9) is unknown color: approx Navajo White. HEX triplet: FC, D8 and A9. RGB value is (252,216,169). Sum of RGB (Red+Green+Blue) = 252+216+169=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 169 (66.41% from 255 or 26.53% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD8A9 is #032756. Grayscale: #DDDDDD. Windows color (decimal): -206679 or 11131132. OLE color: 11131132.

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

Color convert

RGB252216169-
CMYK00.140.330.01
HSL33.98º93.26%82.55%-
HSV(B)33.98º32.94%98.82%-
XYZ71.8672.6747.78-
YUV221.4198.43149.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 216 (84.77% from 255) = 33.91%
BLUE value IS 169 (66.41% from 255) = 26.53%
R=39.56%
G=33.91%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221616900.140.330.0133.9893.2682.55
HexFCD8A90E211225d53
Octal37433025101641142135123
Binary11111100110110001010100101110100001110001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8A9; }

 p { color: rgb(252,216,169); }

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

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

 a { background-color: rgb(252,216,169); }

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

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

 span { border-color: rgb(252,216,169); }

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