Shades of Rose White #F3F0EF
Tints of Rose White #F3F0EF
RGB
CMYK
RGB Variations
Color information
#F3F0EF (or 0xF3F0EF) is known color: Rose White. HEX triplet: F3, F0 and EF. RGB value is (243,240,239). Sum of RGB (Red+Green+Blue) = 243+240+239=722 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.66% from 722); Green value is 240 (94.14% from 255 or 33.24% from 722); Blue value is 239 (93.75% from 255 or 33.10% from 722); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F0EF is #0C0F10. Grayscale: #F0F0F0. Windows color (decimal): -790289 or 15724787. OLE color: 15724787.
HSL color Cylindrical-coordinate representation of color #F3F0EF: hue angle of 15º degrees, saturation: 0.14, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F3F0EF is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 239 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.05 |
| HSL | 15º | 0.14% | 0.95% | - |
| HSV(B) | 15º | 0.02% | 0.95% | - |
| XYZ | 83.7 | 87.61 | 94.16 | - |
| YUV | 240.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 239 | 0 | 0.01 | 0.02 | 0.05 | 15 | 0.14 | 0.95 |
| Hex | F3 | F0 | EF | 0 | 1 | 2 | 5 | F | E | 5F |
| Octal | 363 | 360 | 357 | 0 | 1 | 2 | 5 | 17 | 16 | 137 |
| Binary | 11110011 | 11110000 | 11101111 | 0 | 1 | 10 | 101 | 1111 | 1110 | 1011111 |
Color Harmonies of #F3F0EF
Complementary color
Monochromatic Colors of #F3F0EF
Black with #F3F0EF
Text Example
Text Example
White with #F3F0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F0EF; }
p { color: rgb(243,240,239); }
H1.HeaderClassName
{
color: #F3F0EF;
}
.AnyTagClassName
{
color: #F3F0EF;
}
</style>
background-color css
<style>
a { background-color: #F3F0EF; }
a { background-color: rgb(243,240,239); }
div.DivClassName
{
background-color: #F3F0EF;
}
.BgClassName
{
background-color: #F3F0EF;
}
</style>
border-color css
<style>
span { border-color: #F3F0EF; }
span { border-color: rgb(243,240,239); }
td.TdClassName
{
border-color: #F3F0EF;
}
.TagClassName
{
border-color: #F3F0EF;
}
</style>