Shades of Tutu #FFEAEA
Tints of Tutu #FFEAEA
RGB
CMYK
RGB Variations
Color information
#FFEAEA (or 0xFFEAEA) is known color: Tutu. HEX triplet: FF, EA and EA. RGB value is (255,234,234). Sum of RGB (Red+Green+Blue) = 255+234+234=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 234 (91.80% from 255 or 32.37% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAEA is #001515. Grayscale: #F0F0F0. Windows color (decimal): -5398 or 15395583. OLE color: 15395583.
HSL color Cylindrical-coordinate representation of color #FFEAEA: hue angle of 0º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFEAEA is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 234 | - |
| CMYK | 0 | 0.08 | 0.08 | 0 |
| HSL | 0º | 1% | 0.96% | - |
| HSV(B) | 0º | 0.08% | 1% | - |
| XYZ | 85.51 | 86.05 | 89.94 | - |
| YUV | 240.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 234 | 0 | 0.08 | 0.08 | 0 | 0 | 1 | 0.96 |
| Hex | FF | EA | EA | 0 | 8 | 8 | 0 | 0 | 64 | 60 |
| Octal | 377 | 352 | 352 | 0 | 10 | 10 | 0 | 0 | 144 | 140 |
| Binary | 11111111 | 11101010 | 11101010 | 0 | 1000 | 1000 | 0 | 0 | 1100100 | 1100000 |
Color Harmonies of #FFEAEA
Complementary color
Monochromatic Colors of #FFEAEA
Black with #FFEAEA
Text Example
Text Example
White with #FFEAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAEA; }
p { color: rgb(255,234,234); }
H1.HeaderClassName
{
color: #FFEAEA;
}
.AnyTagClassName
{
color: #FFEAEA;
}
</style>
background-color css
<style>
a { background-color: #FFEAEA; }
a { background-color: rgb(255,234,234); }
div.DivClassName
{
background-color: #FFEAEA;
}
.BgClassName
{
background-color: #FFEAEA;
}
</style>
border-color css
<style>
span { border-color: #FFEAEA; }
span { border-color: rgb(255,234,234); }
td.TdClassName
{
border-color: #FFEAEA;
}
.TagClassName
{
border-color: #FFEAEA;
}
</style>