Html Css Color HEX #FCE6DC Chablis

📋 copy color: '#FCE6DC'

red 252 ◦ green 230 ◦ blue 220

#FCE6DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chablis #FCE6DC

Tints of Chablis #FCE6DC

RGB

 RED value IS 252 (98.83% from 255) = 35.9%

 GREEN value IS 230 (90.23% from 255) = 32.76%

 BLUE value IS 220 (86.33% from 255) = 31.34%

R = 35.9%
G = 32.76%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCE6DC (or 0xFCE6DC) is known color: 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

RGB 252 230 220 -
CMYK 0 0.09 0.13 0.01
HSL 18.75º 0.84% 0.93% -
HSV(B) 18.75º 0.13% 0.99% -
XYZ 81.36 82.46 79.34 -
YUV 235.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 252 230 220 0 0.09 0.13 0.01 18.75 0.84 0.93
Hex FC E6 DC 0 9 D 1 13 54 5D
Octal 374 346 334 0 11 15 1 23 124 135
Binary 11111100 11100110 11011100 0 1001 1101 1 10011 1010100 1011101

Color Harmonies of #FCE6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6DC

Black with #FCE6DC

Text Example


Text Example

White with #FCE6DC

Text Example


Text Example

HTML Codes & Css Web 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>