Shades of Romance #F2F1EF
Tints of Romance #F2F1EF
RGB
CMYK
RGB Variations
Color information
#F2F1EF (or 0xF2F1EF) is known color: Romance. HEX triplet: F2, F1 and EF. RGB value is (242,241,239). Sum of RGB (Red+Green+Blue) = 242+241+239=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 241 (94.53% from 255 or 33.38% from 722); Blue value is 239 (93.75% from 255 or 33.10% from 722); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F1EF is #0D0E10. Grayscale: #F1F1F1. Windows color (decimal): -855569 or 15725042. OLE color: 15725042.
HSL color Cylindrical-coordinate representation of color #F2F1EF: hue angle of 40º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F2F1EF is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 239 | - |
| CMYK | 0 | 0.00 | 0.01 | 0.05 |
| HSL | 40º | 0.1% | 0.94% | - |
| HSV(B) | 40º | 0.01% | 0.95% | - |
| XYZ | 83.65 | 88.02 | 94.24 | - |
| YUV | 241.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 239 | 0 | 0.00 | 0.01 | 0.05 | 40 | 0.1 | 0.94 |
| Hex | F2 | F1 | EF | 0 | 0 | 1 | 5 | 28 | A | 5E |
| Octal | 362 | 361 | 357 | 0 | 0 | 1 | 5 | 50 | 12 | 136 |
| Binary | 11110010 | 11110001 | 11101111 | 0 | 0 | 1 | 101 | 101000 | 1010 | 1011110 |
Color Harmonies of #F2F1EF
Complementary color
Monochromatic Colors of #F2F1EF
Black with #F2F1EF
Text Example
Text Example
White with #F2F1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1EF; }
p { color: rgb(242,241,239); }
H1.HeaderClassName
{
color: #F2F1EF;
}
.AnyTagClassName
{
color: #F2F1EF;
}
</style>
background-color css
<style>
a { background-color: #F2F1EF; }
a { background-color: rgb(242,241,239); }
div.DivClassName
{
background-color: #F2F1EF;
}
.BgClassName
{
background-color: #F2F1EF;
}
</style>
border-color css
<style>
span { border-color: #F2F1EF; }
span { border-color: rgb(242,241,239); }
td.TdClassName
{
border-color: #F2F1EF;
}
.TagClassName
{
border-color: #F2F1EF;
}
</style>