#FCDFB2

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

Shades of Navajo White #FCDFB2

Tints of Navajo White #FCDFB2

Color information

#FCDFB2 (or 0xFCDFB2) is unknown color: approx Navajo White. HEX triplet: FC, DF and B2. RGB value is (252,223,178). Sum of RGB (Red+Green+Blue) = 252+223+178=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDFB2 is #03204D. Grayscale: #E2E2E2. Windows color (decimal): -204878 or 11722748. OLE color: 11722748.

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

Color convert

RGB252223178-
CMYK00.120.290.01
HSL36.49º92.5%84.31%-
HSV(B)36.49º29.37%98.82%-
XYZ74.5776.6952.99-
YUV226.54100.61146.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 178 (69.92% from 255) = 27.26%
R=38.59%
G=34.15%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222317800.120.290.0136.4992.584.31
HexFCDFB20C1D1245c54
Octal37433726201435144134124
Binary1111110011011111101100100110011101110010010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFB2; }

 p { color: rgb(252,223,178); }

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

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

 a { background-color: rgb(252,223,178); }

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

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

 span { border-color: rgb(252,223,178); }

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