#FCD8AF

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

Shades of Navajo White #FCD8AF

Tints of Navajo White #FCD8AF

Color information

#FCD8AF (or 0xFCD8AF) is unknown color: approx Navajo White. HEX triplet: FC, D8 and AF. RGB value is (252,216,175). Sum of RGB (Red+Green+Blue) = 252+216+175=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD8AF is #032750. Grayscale: #DEDEDE. Windows color (decimal): -206673 or 11524348. OLE color: 11524348.

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

Color convert

RGB252216175-
CMYK00.140.310.01
HSL31.95º92.77%83.73%-
HSV(B)31.95º30.56%98.82%-
XYZ72.4472.950.81-
YUV222.09101.43149.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.19%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 175 (68.75% from 255) = 27.22%
R=39.19%
G=33.59%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221617500.140.310.0131.9592.7783.73
HexFCD8AF0E1F1205d54
Octal37433025701637140135124
Binary1111110011011000101011110111011111110000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8AF; }

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

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

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

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

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

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

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

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