Shades of Rose White #FEF1ED
Tints of Rose White #FEF1ED
RGB
CMYK
RGB Variations
Color information
#FEF1ED (or 0xFEF1ED) is known color: Rose White. HEX triplet: FE, F1 and ED. RGB value is (254,241,237). Sum of RGB (Red+Green+Blue) = 254+241+237=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 241 (94.53% from 255 or 32.92% from 732); Blue value is 237 (92.97% from 255 or 32.38% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF1ED is #010E12. Grayscale: #F4F4F4. Windows color (decimal): -69139 or 15593982. OLE color: 15593982.
HSL color Cylindrical-coordinate representation of color #FEF1ED: hue angle of 14.12º 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 #FEF1ED is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 241 | 237 | - |
CMYK | 0 | 0.05 | 0.07 | 0.00 |
HSL | 14.12º | 0.89% | 0.96% | - |
HSV(B) | 14.12º | 0.07% | 1% | - |
XYZ | 87.61 | 90.1 | 92.89 | - |
YUV | 244.43 | 123.81 | 134.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 241 | 237 | 0 | 0.05 | 0.07 | 0.00 | 14.12 | 0.89 | 0.96 |
Hex | FE | F1 | ED | 0 | 5 | 7 | 0 | E | 59 | 60 |
Octal | 376 | 361 | 355 | 0 | 5 | 7 | 0 | 16 | 131 | 140 |
Binary | 11111110 | 11110001 | 11101101 | 0 | 101 | 111 | 0 | 1110 | 1011001 | 1100000 |
Color Harmonies of #FEF1ED
Complementary color
Monochromatic Colors of #FEF1ED
Black with #FEF1ED
Text Example
Text Example
White with #FEF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1ED; }
p { color: rgb(254,241,237); }
H1.HeaderClassName
{
color: #FEF1ED;
}
.AnyTagClassName
{
color: #FEF1ED;
}
</style>
background-color css
<style>
a { background-color: #FEF1ED; }
a { background-color: rgb(254,241,237); }
div.DivClassName
{
background-color: #FEF1ED;
}
.BgClassName
{
background-color: #FEF1ED;
}
</style>
border-color css
<style>
span { border-color: #FEF1ED; }
span { border-color: rgb(254,241,237); }
td.TdClassName
{
border-color: #FEF1ED;
}
.TagClassName
{
border-color: #FEF1ED;
}
</style>