Shades of Tutu #FCE1E0
Tints of Tutu #FCE1E0
RGB
CMYK
RGB Variations
Color information
#FCE1E0 (or 0xFCE1E0) is known color: Tutu. HEX triplet: FC, E1 and E0. RGB value is (252,225,224). Sum of RGB (Red+Green+Blue) = 252+225+224=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 224 (87.89% from 255 or 31.95% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1E0 is #031E1F. Grayscale: #E8E8E8. Windows color (decimal): -204320 or 14737916. OLE color: 14737916.
HSL color Cylindrical-coordinate representation of color #FCE1E0: hue angle of 2.14º 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 #FCE1E0 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 224 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.01 |
| HSL | 2.14º | 0.82% | 0.93% | - |
| HSV(B) | 2.14º | 0.11% | 0.99% | - |
| XYZ | 80.52 | 79.93 | 81.7 | - |
| YUV | 232.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 224 | 0 | 0.11 | 0.11 | 0.01 | 2.14 | 0.82 | 0.93 |
| Hex | FC | E1 | E0 | 0 | B | B | 1 | 2 | 52 | 5D |
| Octal | 374 | 341 | 340 | 0 | 13 | 13 | 1 | 2 | 122 | 135 |
| Binary | 11111100 | 11100001 | 11100000 | 0 | 1011 | 1011 | 1 | 10 | 1010010 | 1011101 |
Color Harmonies of #FCE1E0
Complementary color
Monochromatic Colors of #FCE1E0
Black with #FCE1E0
Text Example
Text Example
White with #FCE1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1E0; }
p { color: rgb(252,225,224); }
H1.HeaderClassName
{
color: #FCE1E0;
}
.AnyTagClassName
{
color: #FCE1E0;
}
</style>
background-color css
<style>
a { background-color: #FCE1E0; }
a { background-color: rgb(252,225,224); }
div.DivClassName
{
background-color: #FCE1E0;
}
.BgClassName
{
background-color: #FCE1E0;
}
</style>
border-color css
<style>
span { border-color: #FCE1E0; }
span { border-color: rgb(252,225,224); }
td.TdClassName
{
border-color: #FCE1E0;
}
.TagClassName
{
border-color: #FCE1E0;
}
</style>