Shades of Rose White #FEF2ED
Tints of Rose White #FEF2ED
RGB
CMYK
RGB Variations
Color information
#FEF2ED (or 0xFEF2ED) is known color: Rose White. HEX triplet: FE, F2 and ED. RGB value is (254,242,237). Sum of RGB (Red+Green+Blue) = 254+242+237=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 242 (94.92% from 255 or 33.02% from 733); Blue value is 237 (92.97% from 255 or 32.33% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2ED is #010D12. Grayscale: #F5F5F5. Windows color (decimal): -68883 or 15594238. OLE color: 15594238.
HSL color Cylindrical-coordinate representation of color #FEF2ED: hue angle of 17.65º 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 #FEF2ED is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 237 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.00 |
| HSL | 17.65º | 0.89% | 0.96% | - |
| HSV(B) | 17.65º | 0.07% | 1% | - |
| XYZ | 87.91 | 90.69 | 92.99 | - |
| YUV | 245.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 237 | 0 | 0.05 | 0.07 | 0.00 | 17.65 | 0.89 | 0.96 |
| Hex | FE | F2 | ED | 0 | 5 | 7 | 0 | 12 | 59 | 60 |
| Octal | 376 | 362 | 355 | 0 | 5 | 7 | 0 | 22 | 131 | 140 |
| Binary | 11111110 | 11110010 | 11101101 | 0 | 101 | 111 | 0 | 10010 | 1011001 | 1100000 |
Color Harmonies of #FEF2ED
Complementary color
Monochromatic Colors of #FEF2ED
Black with #FEF2ED
Text Example
Text Example
White with #FEF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2ED; }
p { color: rgb(254,242,237); }
H1.HeaderClassName
{
color: #FEF2ED;
}
.AnyTagClassName
{
color: #FEF2ED;
}
</style>
background-color css
<style>
a { background-color: #FEF2ED; }
a { background-color: rgb(254,242,237); }
div.DivClassName
{
background-color: #FEF2ED;
}
.BgClassName
{
background-color: #FEF2ED;
}
</style>
border-color css
<style>
span { border-color: #FEF2ED; }
span { border-color: rgb(254,242,237); }
td.TdClassName
{
border-color: #FEF2ED;
}
.TagClassName
{
border-color: #FEF2ED;
}
</style>