Shades of Rose White #FEEEEA
Tints of Rose White #FEEEEA
RGB
CMYK
RGB Variations
Color information
#FEEEEA (or 0xFEEEEA) is known color: Rose White. HEX triplet: FE, EE and EA. RGB value is (254,238,234). Sum of RGB (Red+Green+Blue) = 254+238+234=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 238 (93.36% from 255 or 32.78% from 726); Blue value is 234 (91.80% from 255 or 32.23% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEEA is #011115. Grayscale: #F2F2F2. Windows color (decimal): -69910 or 15396606. OLE color: 15396606.
HSL color Cylindrical-coordinate representation of color #FEEEEA: hue angle of 12º 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 #FEEEEA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 234 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.00 |
| HSL | 12º | 0.91% | 0.96% | - |
| HSV(B) | 12º | 0.08% | 1% | - |
| XYZ | 86.3 | 88.16 | 90.31 | - |
| YUV | 242.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 234 | 0 | 0.06 | 0.08 | 0.00 | 12 | 0.91 | 0.96 |
| Hex | FE | EE | EA | 0 | 6 | 8 | 0 | C | 5B | 60 |
| Octal | 376 | 356 | 352 | 0 | 6 | 10 | 0 | 14 | 133 | 140 |
| Binary | 11111110 | 11101110 | 11101010 | 0 | 110 | 1000 | 0 | 1100 | 1011011 | 1100000 |
Color Harmonies of #FEEEEA
Complementary color
Monochromatic Colors of #FEEEEA
Black with #FEEEEA
Text Example
Text Example
White with #FEEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEEA; }
p { color: rgb(254,238,234); }
H1.HeaderClassName
{
color: #FEEEEA;
}
.AnyTagClassName
{
color: #FEEEEA;
}
</style>
background-color css
<style>
a { background-color: #FEEEEA; }
a { background-color: rgb(254,238,234); }
div.DivClassName
{
background-color: #FEEEEA;
}
.BgClassName
{
background-color: #FEEEEA;
}
</style>
border-color css
<style>
span { border-color: #FEEEEA; }
span { border-color: rgb(254,238,234); }
td.TdClassName
{
border-color: #FEEEEA;
}
.TagClassName
{
border-color: #FEEEEA;
}
</style>