#FCD9A9

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

Shades of Navajo White #FCD9A9

Tints of Navajo White #FCD9A9

Color information

#FCD9A9 (or 0xFCD9A9) is unknown color: approx Navajo White. HEX triplet: FC, D9 and A9. RGB value is (252,217,169). Sum of RGB (Red+Green+Blue) = 252+217+169=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 169 (66.41% from 255 or 26.49% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD9A9 is #032656. Grayscale: #DEDEDE. Windows color (decimal): -206423 or 11131388. OLE color: 11131388.

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

Color convert

RGB252217169-
CMYK00.140.330.01
HSL34.7º93.26%82.55%-
HSV(B)34.7º32.94%98.82%-
XYZ72.1273.1947.86-
YUV221.9998.1149.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 169 (66.41% from 255) = 26.49%
R=39.50%
G=34.01%
B=26.49%

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
Decimal25221716900.140.330.0134.793.2682.55
HexFCD9A90E211235d53
Octal37433125101641143135123
Binary11111100110110011010100101110100001110001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD9A9; }

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

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

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

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

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

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

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

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