Shades of Tutu #FEEBEA
Tints of Tutu #FEEBEA
RGB
CMYK
RGB Variations
Color information
#FEEBEA (or 0xFEEBEA) is known color: Tutu. HEX triplet: FE, EB and EA. RGB value is (254,235,234). Sum of RGB (Red+Green+Blue) = 254+235+234=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 235 (92.19% from 255 or 32.50% from 723); Blue value is 234 (91.80% from 255 or 32.37% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBEA is #011415. Grayscale: #F0F0F0. Windows color (decimal): -70678 or 15395838. OLE color: 15395838.
HSL color Cylindrical-coordinate representation of color #FEEBEA: hue angle of 3º 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 #FEEBEA is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 234 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.00 |
| HSL | 3º | 0.91% | 0.96% | - |
| HSV(B) | 3º | 0.08% | 1% | - |
| XYZ | 85.43 | 86.43 | 90.02 | - |
| YUV | 240.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 234 | 0 | 0.07 | 0.08 | 0.00 | 3 | 0.91 | 0.96 |
| Hex | FE | EB | EA | 0 | 7 | 8 | 0 | 3 | 5B | 60 |
| Octal | 376 | 353 | 352 | 0 | 7 | 10 | 0 | 3 | 133 | 140 |
| Binary | 11111110 | 11101011 | 11101010 | 0 | 111 | 1000 | 0 | 11 | 1011011 | 1100000 |
Color Harmonies of #FEEBEA
Complementary color
Monochromatic Colors of #FEEBEA
Black with #FEEBEA
Text Example
Text Example
White with #FEEBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBEA; }
p { color: rgb(254,235,234); }
H1.HeaderClassName
{
color: #FEEBEA;
}
.AnyTagClassName
{
color: #FEEBEA;
}
</style>
background-color css
<style>
a { background-color: #FEEBEA; }
a { background-color: rgb(254,235,234); }
div.DivClassName
{
background-color: #FEEBEA;
}
.BgClassName
{
background-color: #FEEBEA;
}
</style>
border-color css
<style>
span { border-color: #FEEBEA; }
span { border-color: rgb(254,235,234); }
td.TdClassName
{
border-color: #FEEBEA;
}
.TagClassName
{
border-color: #FEEBEA;
}
</style>