Shades of Tutu #FEECEC
Tints of Tutu #FEECEC
RGB
CMYK
RGB Variations
Color information
#FEECEC (or 0xFEECEC) is known color: Tutu. HEX triplet: FE, EC and EC. RGB value is (254,236,236). Sum of RGB (Red+Green+Blue) = 254+236+236=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 236 (92.58% from 255 or 32.51% from 726); Blue value is 236 (92.58% from 255 or 32.51% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECEC is #011313. Grayscale: #F1F1F1. Windows color (decimal): -70420 or 15527166. OLE color: 15527166.
HSL color Cylindrical-coordinate representation of color #FEECEC: hue angle of 0º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEECEC is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 236 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.00 |
| HSL | 0º | 0.9% | 0.96% | - |
| HSV(B) | 0º | 0.07% | 1% | - |
| XYZ | 86.01 | 87.12 | 91.64 | - |
| YUV | 241.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 236 | 0 | 0.07 | 0.07 | 0.00 | 0 | 0.9 | 0.96 |
| Hex | FE | EC | EC | 0 | 7 | 7 | 0 | 0 | 5A | 60 |
| Octal | 376 | 354 | 354 | 0 | 7 | 7 | 0 | 0 | 132 | 140 |
| Binary | 11111110 | 11101100 | 11101100 | 0 | 111 | 111 | 0 | 0 | 1011010 | 1100000 |
Color Harmonies of #FEECEC
Complementary color
Monochromatic Colors of #FEECEC
Black with #FEECEC
Text Example
Text Example
White with #FEECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECEC; }
p { color: rgb(254,236,236); }
H1.HeaderClassName
{
color: #FEECEC;
}
.AnyTagClassName
{
color: #FEECEC;
}
</style>
background-color css
<style>
a { background-color: #FEECEC; }
a { background-color: rgb(254,236,236); }
div.DivClassName
{
background-color: #FEECEC;
}
.BgClassName
{
background-color: #FEECEC;
}
</style>
border-color css
<style>
span { border-color: #FEECEC; }
span { border-color: rgb(254,236,236); }
td.TdClassName
{
border-color: #FEECEC;
}
.TagClassName
{
border-color: #FEECEC;
}
</style>