Shades of Rose White #F2EEED
Tints of Rose White #F2EEED
RGB
CMYK
RGB Variations
Color information
#F2EEED (or 0xF2EEED) is known color: Rose White. HEX triplet: F2, EE and ED. RGB value is (242,238,237). Sum of RGB (Red+Green+Blue) = 242+238+237=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 238 (93.36% from 255 or 33.19% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEED is #0D1112. Grayscale: #EFEFEF. Windows color (decimal): -856339 or 15593202. OLE color: 15593202.
HSL color Cylindrical-coordinate representation of color #F2EEED: hue angle of 12º degrees, saturation: 0.16, 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 #F2EEED is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 238 | 237 | - |
CMYK | 0 | 0.02 | 0.02 | 0.05 |
HSL | 12º | 0.16% | 0.94% | - |
HSV(B) | 12º | 0.02% | 0.95% | - |
XYZ | 82.48 | 86.14 | 92.4 | - |
YUV | 239.08 | 126.83 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 238 | 237 | 0 | 0.02 | 0.02 | 0.05 | 12 | 0.16 | 0.94 |
Hex | F2 | EE | ED | 0 | 2 | 2 | 5 | C | 10 | 5E |
Octal | 362 | 356 | 355 | 0 | 2 | 2 | 5 | 14 | 20 | 136 |
Binary | 11110010 | 11101110 | 11101101 | 0 | 10 | 10 | 101 | 1100 | 10000 | 1011110 |
Color Harmonies of #F2EEED
Complementary color
Monochromatic Colors of #F2EEED
Black with #F2EEED
Text Example
Text Example
White with #F2EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEED; }
p { color: rgb(242,238,237); }
H1.HeaderClassName
{
color: #F2EEED;
}
.AnyTagClassName
{
color: #F2EEED;
}
</style>
background-color css
<style>
a { background-color: #F2EEED; }
a { background-color: rgb(242,238,237); }
div.DivClassName
{
background-color: #F2EEED;
}
.BgClassName
{
background-color: #F2EEED;
}
</style>
border-color css
<style>
span { border-color: #F2EEED; }
span { border-color: rgb(242,238,237); }
td.TdClassName
{
border-color: #F2EEED;
}
.TagClassName
{
border-color: #F2EEED;
}
</style>