Shades of Rose White #FEF1EA
Tints of Rose White #FEF1EA
RGB
CMYK
RGB Variations
Color information
#FEF1EA (or 0xFEF1EA) is known color: Rose White. HEX triplet: FE, F1 and EA. RGB value is (254,241,234). Sum of RGB (Red+Green+Blue) = 254+241+234=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 241 (94.53% from 255 or 33.06% from 729); Blue value is 234 (91.80% from 255 or 32.10% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF1EA is #010E15. Grayscale: #F4F4F4. Windows color (decimal): -69142 or 15397374. OLE color: 15397374.
HSL color Cylindrical-coordinate representation of color #FEF1EA: hue angle of 21º 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 #FEF1EA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 234 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.00 |
| HSL | 21º | 0.91% | 0.96% | - |
| HSV(B) | 21º | 0.08% | 1% | - |
| XYZ | 87.18 | 89.92 | 90.6 | - |
| YUV | 244.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 234 | 0 | 0.05 | 0.08 | 0.00 | 21 | 0.91 | 0.96 |
| Hex | FE | F1 | EA | 0 | 5 | 8 | 0 | 15 | 5B | 60 |
| Octal | 376 | 361 | 352 | 0 | 5 | 10 | 0 | 25 | 133 | 140 |
| Binary | 11111110 | 11110001 | 11101010 | 0 | 101 | 1000 | 0 | 10101 | 1011011 | 1100000 |
Color Harmonies of #FEF1EA
Complementary color
Monochromatic Colors of #FEF1EA
Black with #FEF1EA
Text Example
Text Example
White with #FEF1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1EA; }
p { color: rgb(254,241,234); }
H1.HeaderClassName
{
color: #FEF1EA;
}
.AnyTagClassName
{
color: #FEF1EA;
}
</style>
background-color css
<style>
a { background-color: #FEF1EA; }
a { background-color: rgb(254,241,234); }
div.DivClassName
{
background-color: #FEF1EA;
}
.BgClassName
{
background-color: #FEF1EA;
}
</style>
border-color css
<style>
span { border-color: #FEF1EA; }
span { border-color: rgb(254,241,234); }
td.TdClassName
{
border-color: #FEF1EA;
}
.TagClassName
{
border-color: #FEF1EA;
}
</style>