Shades of Tutu #FCE5E4
Tints of Tutu #FCE5E4
RGB
CMYK
RGB Variations
Color information
#FCE5E4 (or 0xFCE5E4) is known color: Tutu. HEX triplet: FC, E5 and E4. RGB value is (252,229,228). Sum of RGB (Red+Green+Blue) = 252+229+228=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 229 (89.84% from 255 or 32.30% from 709); Blue value is 228 (89.45% from 255 or 32.16% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5E4 is #031A1B. Grayscale: #EBEBEB. Windows color (decimal): -203292 or 15001084. OLE color: 15001084.
HSL color Cylindrical-coordinate representation of color #FCE5E4: hue angle of 2.5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE5E4 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 229 | 228 | - |
CMYK | 0 | 0.09 | 0.10 | 0.01 |
HSL | 2.5º | 0.8% | 0.94% | - |
HSV(B) | 2.5º | 0.1% | 0.99% | - |
XYZ | 82.17 | 82.34 | 84.96 | - |
YUV | 235.76 | 123.62 | 139.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 229 | 228 | 0 | 0.09 | 0.10 | 0.01 | 2.5 | 0.8 | 0.94 |
Hex | FC | E5 | E4 | 0 | 9 | A | 1 | 2 | 50 | 5E |
Octal | 374 | 345 | 344 | 0 | 11 | 12 | 1 | 2 | 120 | 136 |
Binary | 11111100 | 11100101 | 11100100 | 0 | 1001 | 1010 | 1 | 10 | 1010000 | 1011110 |
Color Harmonies of #FCE5E4
Complementary color
Monochromatic Colors of #FCE5E4
Black with #FCE5E4
Text Example
Text Example
White with #FCE5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5E4; }
p { color: rgb(252,229,228); }
H1.HeaderClassName
{
color: #FCE5E4;
}
.AnyTagClassName
{
color: #FCE5E4;
}
</style>
background-color css
<style>
a { background-color: #FCE5E4; }
a { background-color: rgb(252,229,228); }
div.DivClassName
{
background-color: #FCE5E4;
}
.BgClassName
{
background-color: #FCE5E4;
}
</style>
border-color css
<style>
span { border-color: #FCE5E4; }
span { border-color: rgb(252,229,228); }
td.TdClassName
{
border-color: #FCE5E4;
}
.TagClassName
{
border-color: #FCE5E4;
}
</style>