Shades of Rose White #FEF1EC
Tints of Rose White #FEF1EC
RGB
CMYK
RGB Variations
Color information
#FEF1EC (or 0xFEF1EC) is known color: Rose White. HEX triplet: FE, F1 and EC. RGB value is (254,241,236). Sum of RGB (Red+Green+Blue) = 254+241+236=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 241 (94.53% from 255 or 32.97% from 731); Blue value is 236 (92.58% from 255 or 32.28% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF1EC is #010E13. Grayscale: #F4F4F4. Windows color (decimal): -69140 or 15528446. OLE color: 15528446.
HSL color Cylindrical-coordinate representation of color #FEF1EC: hue angle of 16.67º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEF1EC is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 236 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.00 |
| HSL | 16.67º | 0.9% | 0.96% | - |
| HSV(B) | 16.67º | 0.07% | 1% | - |
| XYZ | 87.47 | 90.04 | 92.13 | - |
| YUV | 244.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 236 | 0 | 0.05 | 0.07 | 0.00 | 16.67 | 0.9 | 0.96 |
| Hex | FE | F1 | EC | 0 | 5 | 7 | 0 | 11 | 5A | 60 |
| Octal | 376 | 361 | 354 | 0 | 5 | 7 | 0 | 21 | 132 | 140 |
| Binary | 11111110 | 11110001 | 11101100 | 0 | 101 | 111 | 0 | 10001 | 1011010 | 1100000 |
Color Harmonies of #FEF1EC
Complementary color
Monochromatic Colors of #FEF1EC
Black with #FEF1EC
Text Example
Text Example
White with #FEF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1EC; }
p { color: rgb(254,241,236); }
H1.HeaderClassName
{
color: #FEF1EC;
}
.AnyTagClassName
{
color: #FEF1EC;
}
</style>
background-color css
<style>
a { background-color: #FEF1EC; }
a { background-color: rgb(254,241,236); }
div.DivClassName
{
background-color: #FEF1EC;
}
.BgClassName
{
background-color: #FEF1EC;
}
</style>
border-color css
<style>
span { border-color: #FEF1EC; }
span { border-color: rgb(254,241,236); }
td.TdClassName
{
border-color: #FEF1EC;
}
.TagClassName
{
border-color: #FEF1EC;
}
</style>