Shades of Rose White #FEF0ED
Tints of Rose White #FEF0ED
RGB
CMYK
RGB Variations
Color information
#FEF0ED (or 0xFEF0ED) is known color: Rose White. HEX triplet: FE, F0 and ED. RGB value is (254,240,237). Sum of RGB (Red+Green+Blue) = 254+240+237=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 240 (94.14% from 255 or 32.83% from 731); Blue value is 237 (92.97% from 255 or 32.42% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0ED is #010F12. Grayscale: #F3F3F3. Windows color (decimal): -69395 or 15593726. OLE color: 15593726.
HSL color Cylindrical-coordinate representation of color #FEF0ED: hue angle of 10.59º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEF0ED is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 237 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.00 |
| HSL | 10.59º | 0.89% | 0.96% | - |
| HSV(B) | 10.59º | 0.07% | 1% | - |
| XYZ | 87.32 | 89.51 | 92.79 | - |
| YUV | 243.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 237 | 0 | 0.06 | 0.07 | 0.00 | 10.59 | 0.89 | 0.96 |
| Hex | FE | F0 | ED | 0 | 6 | 7 | 0 | B | 59 | 60 |
| Octal | 376 | 360 | 355 | 0 | 6 | 7 | 0 | 13 | 131 | 140 |
| Binary | 11111110 | 11110000 | 11101101 | 0 | 110 | 111 | 0 | 1011 | 1011001 | 1100000 |
Color Harmonies of #FEF0ED
Complementary color
Monochromatic Colors of #FEF0ED
Black with #FEF0ED
Text Example
Text Example
White with #FEF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0ED; }
p { color: rgb(254,240,237); }
H1.HeaderClassName
{
color: #FEF0ED;
}
.AnyTagClassName
{
color: #FEF0ED;
}
</style>
background-color css
<style>
a { background-color: #FEF0ED; }
a { background-color: rgb(254,240,237); }
div.DivClassName
{
background-color: #FEF0ED;
}
.BgClassName
{
background-color: #FEF0ED;
}
</style>
border-color css
<style>
span { border-color: #FEF0ED; }
span { border-color: rgb(254,240,237); }
td.TdClassName
{
border-color: #FEF0ED;
}
.TagClassName
{
border-color: #FEF0ED;
}
</style>