#FCDFB3

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

Shades of Moccasin #FCDFB3

Tints of Moccasin #FCDFB3

Color information

#FCDFB3 (or 0xFCDFB3) is unknown color: approx Moccasin. HEX triplet: FC, DF and B3. RGB value is (252,223,179). Sum of RGB (Red+Green+Blue) = 252+223+179=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 179 (70.31% from 255 or 27.37% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFB3 is #03204C. Grayscale: #E2E2E2. Windows color (decimal): -204877 or 11788284. OLE color: 11788284.

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

Color convert

RGB252223179-
CMYK00.120.290.01
HSL36.16º92.41%84.51%-
HSV(B)36.16º28.97%98.82%-
XYZ74.6776.7353.52-
YUV226.65101.11146.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 179 (70.31% from 255) = 27.37%
R=38.53%
G=34.10%
B=27.37%

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
Decimal25222317900.120.290.0136.1692.4184.51
HexFCDFB30C1D1245c55
Octal37433726301435144134125
Binary1111110011011111101100110110011101110010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFB3; }

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

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

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

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

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

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

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

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