Shades of Tutu #FCE0E0
Tints of Tutu #FCE0E0
RGB
CMYK
RGB Variations
Color information
#FCE0E0 (or 0xFCE0E0) is known color: Tutu. HEX triplet: FC, E0 and E0. RGB value is (252,224,224). Sum of RGB (Red+Green+Blue) = 252+224+224=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 224 (87.89% from 255 or 32% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0E0 is #031F1F. Grayscale: #E8E8E8. Windows color (decimal): -204576 or 14737660. OLE color: 14737660.
HSL color Cylindrical-coordinate representation of color #FCE0E0: hue angle of 0º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE0E0 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 224 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.01 |
| HSL | 0º | 0.82% | 0.93% | - |
| HSV(B) | 0º | 0.11% | 0.99% | - |
| XYZ | 80.26 | 79.39 | 81.61 | - |
| YUV | 232.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 224 | 0 | 0.11 | 0.11 | 0.01 | 0 | 0.82 | 0.93 |
| Hex | FC | E0 | E0 | 0 | B | B | 1 | 0 | 52 | 5D |
| Octal | 374 | 340 | 340 | 0 | 13 | 13 | 1 | 0 | 122 | 135 |
| Binary | 11111100 | 11100000 | 11100000 | 0 | 1011 | 1011 | 1 | 0 | 1010010 | 1011101 |
Color Harmonies of #FCE0E0
Complementary color
Monochromatic Colors of #FCE0E0
Black with #FCE0E0
Text Example
Text Example
White with #FCE0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0E0; }
p { color: rgb(252,224,224); }
H1.HeaderClassName
{
color: #FCE0E0;
}
.AnyTagClassName
{
color: #FCE0E0;
}
</style>
background-color css
<style>
a { background-color: #FCE0E0; }
a { background-color: rgb(252,224,224); }
div.DivClassName
{
background-color: #FCE0E0;
}
.BgClassName
{
background-color: #FCE0E0;
}
</style>
border-color css
<style>
span { border-color: #FCE0E0; }
span { border-color: rgb(252,224,224); }
td.TdClassName
{
border-color: #FCE0E0;
}
.TagClassName
{
border-color: #FCE0E0;
}
</style>