Shades of Rose White #FEEFE8
Tints of Rose White #FEEFE8
RGB
CMYK
RGB Variations
Color information
#FEEFE8 (or 0xFEEFE8) is known color: Rose White. HEX triplet: FE, EF and E8. RGB value is (254,239,232). Sum of RGB (Red+Green+Blue) = 254+239+232=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 239 (93.75% from 255 or 32.97% from 725); Blue value is 232 (91.02% from 255 or 32% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFE8 is #011017. Grayscale: #F2F2F2. Windows color (decimal): -69656 or 15265790. OLE color: 15265790.
HSL color Cylindrical-coordinate representation of color #FEEFE8: hue angle of 19.09º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEEFE8 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 232 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.00 |
| HSL | 19.09º | 0.92% | 0.95% | - |
| HSV(B) | 19.09º | 0.09% | 1% | - |
| XYZ | 86.31 | 88.63 | 88.9 | - |
| YUV | 242.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 232 | 0 | 0.06 | 0.09 | 0.00 | 19.09 | 0.92 | 0.95 |
| Hex | FE | EF | E8 | 0 | 6 | 9 | 0 | 13 | 5C | 5F |
| Octal | 376 | 357 | 350 | 0 | 6 | 11 | 0 | 23 | 134 | 137 |
| Binary | 11111110 | 11101111 | 11101000 | 0 | 110 | 1001 | 0 | 10011 | 1011100 | 1011111 |
Color Harmonies of #FEEFE8
Complementary color
Monochromatic Colors of #FEEFE8
Black with #FEEFE8
Text Example
Text Example
White with #FEEFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFE8; }
p { color: rgb(254,239,232); }
H1.HeaderClassName
{
color: #FEEFE8;
}
.AnyTagClassName
{
color: #FEEFE8;
}
</style>
background-color css
<style>
a { background-color: #FEEFE8; }
a { background-color: rgb(254,239,232); }
div.DivClassName
{
background-color: #FEEFE8;
}
.BgClassName
{
background-color: #FEEFE8;
}
</style>
border-color css
<style>
span { border-color: #FEEFE8; }
span { border-color: rgb(254,239,232); }
td.TdClassName
{
border-color: #FEEFE8;
}
.TagClassName
{
border-color: #FEEFE8;
}
</style>