Shades of Rose White #FEEEE4
Tints of Rose White #FEEEE4
RGB
CMYK
RGB Variations
Color information
#FEEEE4 (or 0xFEEEE4) is known color: Rose White. HEX triplet: FE, EE and E4. RGB value is (254,238,228). Sum of RGB (Red+Green+Blue) = 254+238+228=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 228 (89.45% from 255 or 31.67% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEE4 is #01111B. Grayscale: #F1F1F1. Windows color (decimal): -69916 or 15003390. OLE color: 15003390.
HSL color Cylindrical-coordinate representation of color #FEEEE4: hue angle of 23.08º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEEEE4 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 228 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.00 |
| HSL | 23.08º | 0.93% | 0.95% | - |
| HSV(B) | 23.08º | 0.1% | 1% | - |
| XYZ | 85.45 | 87.82 | 85.85 | - |
| YUV | 241.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 228 | 0 | 0.06 | 0.10 | 0.00 | 23.08 | 0.93 | 0.95 |
| Hex | FE | EE | E4 | 0 | 6 | A | 0 | 17 | 5D | 5F |
| Octal | 376 | 356 | 344 | 0 | 6 | 12 | 0 | 27 | 135 | 137 |
| Binary | 11111110 | 11101110 | 11100100 | 0 | 110 | 1010 | 0 | 10111 | 1011101 | 1011111 |
Color Harmonies of #FEEEE4
Complementary color
Monochromatic Colors of #FEEEE4
Black with #FEEEE4
Text Example
Text Example
White with #FEEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEE4; }
p { color: rgb(254,238,228); }
H1.HeaderClassName
{
color: #FEEEE4;
}
.AnyTagClassName
{
color: #FEEEE4;
}
</style>
background-color css
<style>
a { background-color: #FEEEE4; }
a { background-color: rgb(254,238,228); }
div.DivClassName
{
background-color: #FEEEE4;
}
.BgClassName
{
background-color: #FEEEE4;
}
</style>
border-color css
<style>
span { border-color: #FEEEE4; }
span { border-color: rgb(254,238,228); }
td.TdClassName
{
border-color: #FEEEE4;
}
.TagClassName
{
border-color: #FEEEE4;
}
</style>