#FCDEB3

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

Shades of Navajo White #FCDEB3

Tints of Navajo White #FCDEB3

Color information

#FCDEB3 (or 0xFCDEB3) is unknown color: approx Navajo White. HEX triplet: FC, DE and B3. RGB value is (252,222,179). Sum of RGB (Red+Green+Blue) = 252+222+179=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 179 (70.31% from 255 or 27.41% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEB3 is #03214C. Grayscale: #E2E2E2. Windows color (decimal): -205133 or 11788028. OLE color: 11788028.

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

Color convert

RGB252222179-
CMYK00.120.290.01
HSL35.34º92.41%84.51%-
HSV(B)35.34º28.97%98.82%-
XYZ74.476.1953.43-
YUV226.07101.44146.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 179 (70.31% from 255) = 27.41%
R=38.59%
G=34.00%
B=27.41%

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
Decimal25222217900.120.290.0135.3492.4184.51
HexFCDEB30C1D1235c55
Octal37433626301435143134125
Binary1111110011011110101100110110011101110001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEB3; }

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

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

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

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

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

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

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

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