Shades of Rose White #F3EEED
Tints of Rose White #F3EEED
RGB
CMYK
RGB Variations
Color information
#F3EEED (or 0xF3EEED) is known color: Rose White. HEX triplet: F3, EE and ED. RGB value is (243,238,237). Sum of RGB (Red+Green+Blue) = 243+238+237=718 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.84% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EEED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EEED is #0C1112. Grayscale: #EFEFEF. Windows color (decimal): -790803 or 15593203. OLE color: 15593203.
HSL color Cylindrical-coordinate representation of color #F3EEED: hue angle of 10º degrees, saturation: 0.2, 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 #F3EEED is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 238 | 237 | - |
CMYK | 0 | 0.02 | 0.02 | 0.05 |
HSL | 10º | 0.2% | 0.94% | - |
HSV(B) | 10º | 0.02% | 0.95% | - |
XYZ | 82.82 | 86.32 | 92.42 | - |
YUV | 239.38 | 126.66 | 130.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 238 | 237 | 0 | 0.02 | 0.02 | 0.05 | 10 | 0.2 | 0.94 |
Hex | F3 | EE | ED | 0 | 2 | 2 | 5 | A | 14 | 5E |
Octal | 363 | 356 | 355 | 0 | 2 | 2 | 5 | 12 | 24 | 136 |
Binary | 11110011 | 11101110 | 11101101 | 0 | 10 | 10 | 101 | 1010 | 10100 | 1011110 |
Color Harmonies of #F3EEED
Complementary color
Monochromatic Colors of #F3EEED
Black with #F3EEED
Text Example
Text Example
White with #F3EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EEED; }
p { color: rgb(243,238,237); }
H1.HeaderClassName
{
color: #F3EEED;
}
.AnyTagClassName
{
color: #F3EEED;
}
</style>
background-color css
<style>
a { background-color: #F3EEED; }
a { background-color: rgb(243,238,237); }
div.DivClassName
{
background-color: #F3EEED;
}
.BgClassName
{
background-color: #F3EEED;
}
</style>
border-color css
<style>
span { border-color: #F3EEED; }
span { border-color: rgb(243,238,237); }
td.TdClassName
{
border-color: #F3EEED;
}
.TagClassName
{
border-color: #F3EEED;
}
</style>