#FCDFB1

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

Shades of Navajo White #FCDFB1

Tints of Navajo White #FCDFB1

Color information

#FCDFB1 (or 0xFCDFB1) is unknown color: approx Navajo White. HEX triplet: FC, DF and B1. RGB value is (252,223,177). Sum of RGB (Red+Green+Blue) = 252+223+177=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 177 (69.53% from 255 or 27.15% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDFB1 is #03204E. Grayscale: #E2E2E2. Windows color (decimal): -204879 or 11657212. OLE color: 11657212.

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

Color convert

RGB252223177-
CMYK00.120.300.01
HSL36.8º92.59%84.12%-
HSV(B)36.8º29.76%98.82%-
XYZ74.4776.6552.46-
YUV226.43100.11146.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 177 (69.53% from 255) = 27.15%
R=38.65%
G=34.20%
B=27.15%

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
Decimal25222317700.120.300.0136.892.5984.12
HexFCDFB10C1E1255d54
Octal37433726101436145135124
Binary1111110011011111101100010110011110110010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFB1; }

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

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

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

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

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

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

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

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