Shades of Rose White #F1EDEC
Tints of Rose White #F1EDEC
RGB
CMYK
RGB Variations
Color information
#F1EDEC (or 0xF1EDEC) is known color: Rose White. HEX triplet: F1, ED and EC. RGB value is (241,237,236). Sum of RGB (Red+Green+Blue) = 241+237+236=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDEC is #0E1213. Grayscale: #EEEEEE. Windows color (decimal): -922132 or 15527409. OLE color: 15527409.
HSL color Cylindrical-coordinate representation of color #F1EDEC: hue angle of 12º degrees, saturation: 0.15, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F1EDEC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 237 | 236 | - |
CMYK | 0 | 0.02 | 0.02 | 0.05 |
HSL | 12º | 0.15% | 0.94% | - |
HSV(B) | 12º | 0.02% | 0.95% | - |
XYZ | 81.7 | 85.33 | 91.52 | - |
YUV | 238.08 | 126.83 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 236 | 0 | 0.02 | 0.02 | 0.05 | 12 | 0.15 | 0.94 |
Hex | F1 | ED | EC | 0 | 2 | 2 | 5 | C | F | 5E |
Octal | 361 | 355 | 354 | 0 | 2 | 2 | 5 | 14 | 17 | 136 |
Binary | 11110001 | 11101101 | 11101100 | 0 | 10 | 10 | 101 | 1100 | 1111 | 1011110 |
Color Harmonies of #F1EDEC
Complementary color
Monochromatic Colors of #F1EDEC
Black with #F1EDEC
Text Example
Text Example
White with #F1EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDEC; }
p { color: rgb(241,237,236); }
H1.HeaderClassName
{
color: #F1EDEC;
}
.AnyTagClassName
{
color: #F1EDEC;
}
</style>
background-color css
<style>
a { background-color: #F1EDEC; }
a { background-color: rgb(241,237,236); }
div.DivClassName
{
background-color: #F1EDEC;
}
.BgClassName
{
background-color: #F1EDEC;
}
</style>
border-color css
<style>
span { border-color: #F1EDEC; }
span { border-color: rgb(241,237,236); }
td.TdClassName
{
border-color: #F1EDEC;
}
.TagClassName
{
border-color: #F1EDEC;
}
</style>