#FCDEB0

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

Shades of Navajo White #FCDEB0

Tints of Navajo White #FCDEB0

Color information

#FCDEB0 (or 0xFCDEB0) is unknown color: approx Navajo White. HEX triplet: FC, DE and B0. RGB value is (252,222,176). Sum of RGB (Red+Green+Blue) = 252+222+176=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDEB0 is #03214F. Grayscale: #E1E1E1. Windows color (decimal): -205136 or 11591420. OLE color: 11591420.

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

Color convert

RGB252222176-
CMYK00.120.300.01
HSL36.32º92.68%83.92%-
HSV(B)36.32º30.16%98.82%-
XYZ74.176.0751.85-
YUV225.7399.94146.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 176 (69.14% from 255) = 27.08%
R=38.77%
G=34.15%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222217600.120.300.0136.3292.6883.92
HexFCDEB00C1E1245d54
Octal37433626001436144135124
Binary1111110011011110101100000110011110110010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEB0; }

 p { color: rgb(252,222,176); }

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

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

 a { background-color: rgb(252,222,176); }

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

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

 span { border-color: rgb(252,222,176); }

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