Shades of Chablis #FEECE2
Tints of Chablis #FEECE2
RGB
CMYK
RGB Variations
Color information
#FEECE2 (or 0xFEECE2) is known color: Chablis. HEX triplet: FE, EC and E2. RGB value is (254,236,226). Sum of RGB (Red+Green+Blue) = 254+236+226=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 226 (88.67% from 255 or 31.56% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECE2 is #01131D. Grayscale: #F0F0F0. Windows color (decimal): -70430 or 14871806. OLE color: 14871806.
HSL color Cylindrical-coordinate representation of color #FEECE2: hue angle of 21.43º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEECE2 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 236 | 226 | - |
CMYK | 0 | 0.07 | 0.11 | 0.00 |
HSL | 21.43º | 0.93% | 0.94% | - |
HSV(B) | 21.43º | 0.11% | 1% | - |
XYZ | 84.6 | 86.55 | 84.2 | - |
YUV | 240.24 | 119.96 | 137.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 236 | 226 | 0 | 0.07 | 0.11 | 0.00 | 21.43 | 0.93 | 0.94 |
Hex | FE | EC | E2 | 0 | 7 | B | 0 | 15 | 5D | 5E |
Octal | 376 | 354 | 342 | 0 | 7 | 13 | 0 | 25 | 135 | 136 |
Binary | 11111110 | 11101100 | 11100010 | 0 | 111 | 1011 | 0 | 10101 | 1011101 | 1011110 |
Color Harmonies of #FEECE2
Complementary color
Monochromatic Colors of #FEECE2
Black with #FEECE2
Text Example
Text Example
White with #FEECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECE2; }
p { color: rgb(254,236,226); }
H1.HeaderClassName
{
color: #FEECE2;
}
.AnyTagClassName
{
color: #FEECE2;
}
</style>
background-color css
<style>
a { background-color: #FEECE2; }
a { background-color: rgb(254,236,226); }
div.DivClassName
{
background-color: #FEECE2;
}
.BgClassName
{
background-color: #FEECE2;
}
</style>
border-color css
<style>
span { border-color: #FEECE2; }
span { border-color: rgb(254,236,226); }
td.TdClassName
{
border-color: #FEECE2;
}
.TagClassName
{
border-color: #FEECE2;
}
</style>