Shades of Tutu #FEEDEC
Tints of Tutu #FEEDEC
RGB
CMYK
RGB Variations
Color information
#FEEDEC (or 0xFEEDEC) is known color: Tutu. HEX triplet: FE, ED and EC. RGB value is (254,237,236). Sum of RGB (Red+Green+Blue) = 254+237+236=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 236 (92.58% from 255 or 32.46% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEDEC is #011213. Grayscale: #F1F1F1. Windows color (decimal): -70164 or 15527422. OLE color: 15527422.
HSL color Cylindrical-coordinate representation of color #FEEDEC: hue angle of 3.33º 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 #FEEDEC is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 236 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.00 |
| HSL | 3.33º | 0.9% | 0.96% | - |
| HSV(B) | 3.33º | 0.07% | 1% | - |
| XYZ | 86.3 | 87.7 | 91.74 | - |
| YUV | 241.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 236 | 0 | 0.07 | 0.07 | 0.00 | 3.33 | 0.9 | 0.96 |
| Hex | FE | ED | EC | 0 | 7 | 7 | 0 | 3 | 5A | 60 |
| Octal | 376 | 355 | 354 | 0 | 7 | 7 | 0 | 3 | 132 | 140 |
| Binary | 11111110 | 11101101 | 11101100 | 0 | 111 | 111 | 0 | 11 | 1011010 | 1100000 |
Color Harmonies of #FEEDEC
Complementary color
Monochromatic Colors of #FEEDEC
Black with #FEEDEC
Text Example
Text Example
White with #FEEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDEC; }
p { color: rgb(254,237,236); }
H1.HeaderClassName
{
color: #FEEDEC;
}
.AnyTagClassName
{
color: #FEEDEC;
}
</style>
background-color css
<style>
a { background-color: #FEEDEC; }
a { background-color: rgb(254,237,236); }
div.DivClassName
{
background-color: #FEEDEC;
}
.BgClassName
{
background-color: #FEEDEC;
}
</style>
border-color css
<style>
span { border-color: #FEEDEC; }
span { border-color: rgb(254,237,236); }
td.TdClassName
{
border-color: #FEEDEC;
}
.TagClassName
{
border-color: #FEEDEC;
}
</style>