Shades of Rose White #FEF0EA
Tints of Rose White #FEF0EA
RGB
CMYK
RGB Variations
Color information
#FEF0EA (or 0xFEF0EA) is known color: Rose White. HEX triplet: FE, F0 and EA. RGB value is (254,240,234). Sum of RGB (Red+Green+Blue) = 254+240+234=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 234 (91.80% from 255 or 32.14% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0EA is #010F15. Grayscale: #F3F3F3. Windows color (decimal): -69398 or 15397118. OLE color: 15397118.
HSL color Cylindrical-coordinate representation of color #FEF0EA: hue angle of 18º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEF0EA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 234 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.00 |
| HSL | 18º | 0.91% | 0.96% | - |
| HSV(B) | 18º | 0.08% | 1% | - |
| XYZ | 86.88 | 89.33 | 90.51 | - |
| YUV | 243.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 234 | 0 | 0.06 | 0.08 | 0.00 | 18 | 0.91 | 0.96 |
| Hex | FE | F0 | EA | 0 | 6 | 8 | 0 | 12 | 5B | 60 |
| Octal | 376 | 360 | 352 | 0 | 6 | 10 | 0 | 22 | 133 | 140 |
| Binary | 11111110 | 11110000 | 11101010 | 0 | 110 | 1000 | 0 | 10010 | 1011011 | 1100000 |
Color Harmonies of #FEF0EA
Complementary color
Monochromatic Colors of #FEF0EA
Black with #FEF0EA
Text Example
Text Example
White with #FEF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0EA; }
p { color: rgb(254,240,234); }
H1.HeaderClassName
{
color: #FEF0EA;
}
.AnyTagClassName
{
color: #FEF0EA;
}
</style>
background-color css
<style>
a { background-color: #FEF0EA; }
a { background-color: rgb(254,240,234); }
div.DivClassName
{
background-color: #FEF0EA;
}
.BgClassName
{
background-color: #FEF0EA;
}
</style>
border-color css
<style>
span { border-color: #FEF0EA; }
span { border-color: rgb(254,240,234); }
td.TdClassName
{
border-color: #FEF0EA;
}
.TagClassName
{
border-color: #FEF0EA;
}
</style>