Shades of Rose White #FEF0E8
Tints of Rose White #FEF0E8
RGB
CMYK
RGB Variations
Color information
#FEF0E8 (or 0xFEF0E8) is known color: Rose White. HEX triplet: FE, F0 and E8. RGB value is (254,240,232). Sum of RGB (Red+Green+Blue) = 254+240+232=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 232 (91.02% from 255 or 31.96% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0E8 is #010F17. Grayscale: #F3F3F3. Windows color (decimal): -69400 or 15266046. OLE color: 15266046.
HSL color Cylindrical-coordinate representation of color #FEF0E8: hue angle of 21.82º 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 #FEF0E8 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 232 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.00 |
| HSL | 21.82º | 0.92% | 0.95% | - |
| HSV(B) | 21.82º | 0.09% | 1% | - |
| XYZ | 86.6 | 89.22 | 89 | - |
| YUV | 243.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 232 | 0 | 0.06 | 0.09 | 0.00 | 21.82 | 0.92 | 0.95 |
| Hex | FE | F0 | E8 | 0 | 6 | 9 | 0 | 16 | 5C | 5F |
| Octal | 376 | 360 | 350 | 0 | 6 | 11 | 0 | 26 | 134 | 137 |
| Binary | 11111110 | 11110000 | 11101000 | 0 | 110 | 1001 | 0 | 10110 | 1011100 | 1011111 |
Color Harmonies of #FEF0E8
Complementary color
Monochromatic Colors of #FEF0E8
Black with #FEF0E8
Text Example
Text Example
White with #FEF0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0E8; }
p { color: rgb(254,240,232); }
H1.HeaderClassName
{
color: #FEF0E8;
}
.AnyTagClassName
{
color: #FEF0E8;
}
</style>
background-color css
<style>
a { background-color: #FEF0E8; }
a { background-color: rgb(254,240,232); }
div.DivClassName
{
background-color: #FEF0E8;
}
.BgClassName
{
background-color: #FEF0E8;
}
</style>
border-color css
<style>
span { border-color: #FEF0E8; }
span { border-color: rgb(254,240,232); }
td.TdClassName
{
border-color: #FEF0E8;
}
.TagClassName
{
border-color: #FEF0E8;
}
</style>