#FCD9AC

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

Shades of Navajo White #FCD9AC

Tints of Navajo White #FCD9AC

Color information

#FCD9AC (or 0xFCD9AC) is unknown color: approx Navajo White. HEX triplet: FC, D9 and AC. RGB value is (252,217,172). Sum of RGB (Red+Green+Blue) = 252+217+172=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 172 (67.58% from 255 or 26.83% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD9AC is #032653. Grayscale: #DEDEDE. Windows color (decimal): -206420 or 11327996. OLE color: 11327996.

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

Color convert

RGB252217172-
CMYK00.140.320.01
HSL33.75º93.02%83.14%-
HSV(B)33.75º31.75%98.82%-
XYZ72.473.349.36-
YUV222.3399.6149.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 172 (67.58% from 255) = 26.83%
R=39.31%
G=33.85%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221717200.140.320.0133.7593.0283.14
HexFCD9AC0E201225d53
Octal37433125401640142135123
Binary11111100110110011010110001110100000110001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD9AC; }

 p { color: rgb(252,217,172); }

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

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

 a { background-color: rgb(252,217,172); }

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

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

 span { border-color: rgb(252,217,172); }

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