Shades of Rose White #FEF0E9
Tints of Rose White #FEF0E9
RGB
CMYK
RGB Variations
Color information
#FEF0E9 (or 0xFEF0E9) is known color: Rose White. HEX triplet: FE, F0 and E9. RGB value is (254,240,233). Sum of RGB (Red+Green+Blue) = 254+240+233=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 240 (94.14% from 255 or 33.01% from 727); Blue value is 233 (91.41% from 255 or 32.05% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0E9 is #010F16. Grayscale: #F3F3F3. Windows color (decimal): -69399 or 15331582. OLE color: 15331582.
HSL color Cylindrical-coordinate representation of color #FEF0E9: hue angle of 20º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEF0E9 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 233 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.00 |
| HSL | 20º | 0.91% | 0.95% | - |
| HSV(B) | 20º | 0.08% | 1% | - |
| XYZ | 86.74 | 89.27 | 89.75 | - |
| YUV | 243.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 233 | 0 | 0.06 | 0.08 | 0.00 | 20 | 0.91 | 0.95 |
| Hex | FE | F0 | E9 | 0 | 6 | 8 | 0 | 14 | 5B | 5F |
| Octal | 376 | 360 | 351 | 0 | 6 | 10 | 0 | 24 | 133 | 137 |
| Binary | 11111110 | 11110000 | 11101001 | 0 | 110 | 1000 | 0 | 10100 | 1011011 | 1011111 |
Color Harmonies of #FEF0E9
Complementary color
Monochromatic Colors of #FEF0E9
Black with #FEF0E9
Text Example
Text Example
White with #FEF0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0E9; }
p { color: rgb(254,240,233); }
H1.HeaderClassName
{
color: #FEF0E9;
}
.AnyTagClassName
{
color: #FEF0E9;
}
</style>
background-color css
<style>
a { background-color: #FEF0E9; }
a { background-color: rgb(254,240,233); }
div.DivClassName
{
background-color: #FEF0E9;
}
.BgClassName
{
background-color: #FEF0E9;
}
</style>
border-color css
<style>
span { border-color: #FEF0E9; }
span { border-color: rgb(254,240,233); }
td.TdClassName
{
border-color: #FEF0E9;
}
.TagClassName
{
border-color: #FEF0E9;
}
</style>