Shades of Rose White #FEF2EE
Tints of Rose White #FEF2EE
RGB
CMYK
RGB Variations
Color information
#FEF2EE (or 0xFEF2EE) is known color: Rose White. HEX triplet: FE, F2 and EE. RGB value is (254,242,238). Sum of RGB (Red+Green+Blue) = 254+242+238=734 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.60% from 734); Green value is 242 (94.92% from 255 or 32.97% from 734); Blue value is 238 (93.36% from 255 or 32.43% from 734); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2EE is #010D11. Grayscale: #F5F5F5. Windows color (decimal): -68882 or 15659774. OLE color: 15659774.
HSL color Cylindrical-coordinate representation of color #FEF2EE: hue angle of 15º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEF2EE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 238 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.00 |
| HSL | 15º | 0.89% | 0.96% | - |
| HSV(B) | 15º | 0.06% | 1% | - |
| XYZ | 88.06 | 90.75 | 93.76 | - |
| YUV | 245.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 238 | 0 | 0.05 | 0.06 | 0.00 | 15 | 0.89 | 0.96 |
| Hex | FE | F2 | EE | 0 | 5 | 6 | 0 | F | 59 | 60 |
| Octal | 376 | 362 | 356 | 0 | 5 | 6 | 0 | 17 | 131 | 140 |
| Binary | 11111110 | 11110010 | 11101110 | 0 | 101 | 110 | 0 | 1111 | 1011001 | 1100000 |
Color Harmonies of #FEF2EE
Complementary color
Monochromatic Colors of #FEF2EE
Black with #FEF2EE
Text Example
Text Example
White with #FEF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2EE; }
p { color: rgb(254,242,238); }
H1.HeaderClassName
{
color: #FEF2EE;
}
.AnyTagClassName
{
color: #FEF2EE;
}
</style>
background-color css
<style>
a { background-color: #FEF2EE; }
a { background-color: rgb(254,242,238); }
div.DivClassName
{
background-color: #FEF2EE;
}
.BgClassName
{
background-color: #FEF2EE;
}
</style>
border-color css
<style>
span { border-color: #FEF2EE; }
span { border-color: rgb(254,242,238); }
td.TdClassName
{
border-color: #FEF2EE;
}
.TagClassName
{
border-color: #FEF2EE;
}
</style>