Shades of Tutu #FCE6E5
Tints of Tutu #FCE6E5
RGB
CMYK
RGB Variations
Color information
#FCE6E5 (or 0xFCE6E5) is known color: Tutu. HEX triplet: FC, E6 and E5. RGB value is (252,230,229). Sum of RGB (Red+Green+Blue) = 252+230+229=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 230 (90.23% from 255 or 32.35% from 711); Blue value is 229 (89.84% from 255 or 32.21% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6E5 is #03191A. Grayscale: #ECECEC. Windows color (decimal): -203035 or 15066876. OLE color: 15066876.
HSL color Cylindrical-coordinate representation of color #FCE6E5: hue angle of 2.61º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE6E5 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 230 | 229 | - |
CMYK | 0 | 0.09 | 0.09 | 0.01 |
HSL | 2.61º | 0.79% | 0.94% | - |
HSV(B) | 2.61º | 0.09% | 0.99% | - |
XYZ | 82.58 | 82.95 | 85.79 | - |
YUV | 236.46 | 123.79 | 139.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 230 | 229 | 0 | 0.09 | 0.09 | 0.01 | 2.61 | 0.79 | 0.94 |
Hex | FC | E6 | E5 | 0 | 9 | 9 | 1 | 3 | 4F | 5E |
Octal | 374 | 346 | 345 | 0 | 11 | 11 | 1 | 3 | 117 | 136 |
Binary | 11111100 | 11100110 | 11100101 | 0 | 1001 | 1001 | 1 | 11 | 1001111 | 1011110 |
Color Harmonies of #FCE6E5
Complementary color
Monochromatic Colors of #FCE6E5
Black with #FCE6E5
Text Example
Text Example
White with #FCE6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6E5; }
p { color: rgb(252,230,229); }
H1.HeaderClassName
{
color: #FCE6E5;
}
.AnyTagClassName
{
color: #FCE6E5;
}
</style>
background-color css
<style>
a { background-color: #FCE6E5; }
a { background-color: rgb(252,230,229); }
div.DivClassName
{
background-color: #FCE6E5;
}
.BgClassName
{
background-color: #FCE6E5;
}
</style>
border-color css
<style>
span { border-color: #FCE6E5; }
span { border-color: rgb(252,230,229); }
td.TdClassName
{
border-color: #FCE6E5;
}
.TagClassName
{
border-color: #FCE6E5;
}
</style>