#FCDCB1

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

Shades of Navajo White #FCDCB1

Tints of Navajo White #FCDCB1

Color information

#FCDCB1 (or 0xFCDCB1) is unknown color: approx Navajo White. HEX triplet: FC, DC and B1. RGB value is (252,220,177). Sum of RGB (Red+Green+Blue) = 252+220+177=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 177 (69.53% from 255 or 27.27% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDCB1 is #03234E. Grayscale: #E0E0E0. Windows color (decimal): -205647 or 11656444. OLE color: 11656444.

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

Color convert

RGB252220177-
CMYK00.130.300.01
HSL34.4º92.59%84.12%-
HSV(B)34.4º29.76%98.82%-
XYZ73.6775.0652.2-
YUV224.67101.1147.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.83%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 177 (69.53% from 255) = 27.27%
R=38.83%
G=33.90%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222017700.130.300.0134.492.5984.12
HexFCDCB10D1E1225d54
Octal37433426101536142135124
Binary1111110011011100101100010110111110110001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCB1; }

 p { color: rgb(252,220,177); }

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

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

 a { background-color: rgb(252,220,177); }

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

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

 span { border-color: rgb(252,220,177); }

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