#FCDDAF

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

Shades of Navajo White #FCDDAF

Tints of Navajo White #FCDDAF

Color information

#FCDDAF (or 0xFCDDAF) is unknown color: approx Navajo White. HEX triplet: FC, DD and AF. RGB value is (252,221,175). Sum of RGB (Red+Green+Blue) = 252+221+175=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDAF is #032250. Grayscale: #E1E1E1. Windows color (decimal): -205393 or 11525628. OLE color: 11525628.

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

Color convert

RGB252221175-
CMYK00.120.310.01
HSL35.84º92.77%83.73%-
HSV(B)35.84º30.56%98.82%-
XYZ73.7475.551.24-
YUV225.0299.77147.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 175 (68.75% from 255) = 27.01%
R=38.89%
G=34.10%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222117500.120.310.0135.8492.7783.73
HexFCDDAF0C1F1245d54
Octal37433525701437144135124
Binary1111110011011101101011110110011111110010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDAF; }

 p { color: rgb(252,221,175); }

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

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

 a { background-color: rgb(252,221,175); }

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

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

 span { border-color: rgb(252,221,175); }

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