Shades of Tutu #FEEAEA
Tints of Tutu #FEEAEA
RGB
CMYK
RGB Variations
Color information
#FEEAEA (or 0xFEEAEA) is known color: Tutu. HEX triplet: FE, EA and EA. RGB value is (254,234,234). Sum of RGB (Red+Green+Blue) = 254+234+234=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 234 (91.80% from 255 or 32.41% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAEA is #011515. Grayscale: #F0F0F0. Windows color (decimal): -70934 or 15395582. OLE color: 15395582.
HSL color Cylindrical-coordinate representation of color #FEEAEA: hue angle of 0º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEEAEA is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 234 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.00 |
| HSL | 0º | 0.91% | 0.96% | - |
| HSV(B) | 0º | 0.08% | 1% | - |
| XYZ | 85.15 | 85.86 | 89.93 | - |
| YUV | 239.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 234 | 0 | 0.08 | 0.08 | 0.00 | 0 | 0.91 | 0.96 |
| Hex | FE | EA | EA | 0 | 8 | 8 | 0 | 0 | 5B | 60 |
| Octal | 376 | 352 | 352 | 0 | 10 | 10 | 0 | 0 | 133 | 140 |
| Binary | 11111110 | 11101010 | 11101010 | 0 | 1000 | 1000 | 0 | 0 | 1011011 | 1100000 |
Color Harmonies of #FEEAEA
Complementary color
Monochromatic Colors of #FEEAEA
Black with #FEEAEA
Text Example
Text Example
White with #FEEAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAEA; }
p { color: rgb(254,234,234); }
H1.HeaderClassName
{
color: #FEEAEA;
}
.AnyTagClassName
{
color: #FEEAEA;
}
</style>
background-color css
<style>
a { background-color: #FEEAEA; }
a { background-color: rgb(254,234,234); }
div.DivClassName
{
background-color: #FEEAEA;
}
.BgClassName
{
background-color: #FEEAEA;
}
</style>
border-color css
<style>
span { border-color: #FEEAEA; }
span { border-color: rgb(254,234,234); }
td.TdClassName
{
border-color: #FEEAEA;
}
.TagClassName
{
border-color: #FEEAEA;
}
</style>