Shades of Tutu #FCE3E2
Tints of Tutu #FCE3E2
RGB
CMYK
RGB Variations
Color information
#FCE3E2 (or 0xFCE3E2) is known color: Tutu. HEX triplet: FC, E3 and E2. RGB value is (252,227,226). Sum of RGB (Red+Green+Blue) = 252+227+226=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 227 (89.06% from 255 or 32.20% from 705); Blue value is 226 (88.67% from 255 or 32.06% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3E2 is #031C1D. Grayscale: #EAEAEA. Windows color (decimal): -203806 or 14869500. OLE color: 14869500.
HSL color Cylindrical-coordinate representation of color #FCE3E2: hue angle of 2.31º degrees, saturation: 0.81, 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 #FCE3E2 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 227 | 226 | - |
CMYK | 0 | 0.10 | 0.10 | 0.01 |
HSL | 2.31º | 0.81% | 0.94% | - |
HSV(B) | 2.31º | 0.1% | 0.99% | - |
XYZ | 81.34 | 81.12 | 83.32 | - |
YUV | 234.36 | 123.28 | 140.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 227 | 226 | 0 | 0.10 | 0.10 | 0.01 | 2.31 | 0.81 | 0.94 |
Hex | FC | E3 | E2 | 0 | A | A | 1 | 2 | 51 | 5E |
Octal | 374 | 343 | 342 | 0 | 12 | 12 | 1 | 2 | 121 | 136 |
Binary | 11111100 | 11100011 | 11100010 | 0 | 1010 | 1010 | 1 | 10 | 1010001 | 1011110 |
Color Harmonies of #FCE3E2
Complementary color
Monochromatic Colors of #FCE3E2
Black with #FCE3E2
Text Example
Text Example
White with #FCE3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3E2; }
p { color: rgb(252,227,226); }
H1.HeaderClassName
{
color: #FCE3E2;
}
.AnyTagClassName
{
color: #FCE3E2;
}
</style>
background-color css
<style>
a { background-color: #FCE3E2; }
a { background-color: rgb(252,227,226); }
div.DivClassName
{
background-color: #FCE3E2;
}
.BgClassName
{
background-color: #FCE3E2;
}
</style>
border-color css
<style>
span { border-color: #FCE3E2; }
span { border-color: rgb(252,227,226); }
td.TdClassName
{
border-color: #FCE3E2;
}
.TagClassName
{
border-color: #FCE3E2;
}
</style>