#FCE6DC

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

Shades of Chablis #FCE6DC

Tints of Chablis #FCE6DC

Color information

#FCE6DC (or 0xFCE6DC) is unknown color: approx Chablis. HEX triplet: FC, E6 and DC. RGB value is (252,230,220). Sum of RGB (Red+Green+Blue) = 252+230+220=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6DC is #031923. Grayscale: #EBEBEB. Windows color (decimal): -203044 or 14477052. OLE color: 14477052.

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

Color convert

RGB252230220-
CMYK00.090.130.01
HSL18.75º84.21%92.55%-
HSV(B)18.75º12.7%98.82%-
XYZ81.3682.4679.34-
YUV235.44119.29139.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 230 (90.23% from 255) = 32.76%
BLUE value IS 220 (86.33% from 255) = 31.34%
R=35.90%
G=32.76%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223022000.090.130.0118.7584.2192.55
HexFCE6DC09D113545d
Octal37434633401115123124135
Binary11111100111001101101110001001110111001110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6DC; }

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

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

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

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

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

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

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

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