Shades of Romance #F2F1EE
Tints of Romance #F2F1EE
RGB
CMYK
RGB Variations
Color information
#F2F1EE (or 0xF2F1EE) is known color: Romance. HEX triplet: F2, F1 and EE. RGB value is (242,241,238). Sum of RGB (Red+Green+Blue) = 242+241+238=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 241 (94.53% from 255 or 33.43% from 721); Blue value is 238 (93.36% from 255 or 33.01% from 721); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F1EE is #0D0E11. Grayscale: #F0F0F0. Windows color (decimal): -855570 or 15659506. OLE color: 15659506.
HSL color Cylindrical-coordinate representation of color #F2F1EE: hue angle of 45º degrees, saturation: 0.13, 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 #F2F1EE is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 238 | - |
| CMYK | 0 | 0.00 | 0.02 | 0.05 |
| HSL | 45º | 0.13% | 0.94% | - |
| HSV(B) | 45º | 0.02% | 0.95% | - |
| XYZ | 83.51 | 87.96 | 93.47 | - |
| YUV | 240.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 238 | 0 | 0.00 | 0.02 | 0.05 | 45 | 0.13 | 0.94 |
| Hex | F2 | F1 | EE | 0 | 0 | 2 | 5 | 2D | D | 5E |
| Octal | 362 | 361 | 356 | 0 | 0 | 2 | 5 | 55 | 15 | 136 |
| Binary | 11110010 | 11110001 | 11101110 | 0 | 0 | 10 | 101 | 101101 | 1101 | 1011110 |
Color Harmonies of #F2F1EE
Complementary color
Monochromatic Colors of #F2F1EE
Black with #F2F1EE
Text Example
Text Example
White with #F2F1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1EE; }
p { color: rgb(242,241,238); }
H1.HeaderClassName
{
color: #F2F1EE;
}
.AnyTagClassName
{
color: #F2F1EE;
}
</style>
background-color css
<style>
a { background-color: #F2F1EE; }
a { background-color: rgb(242,241,238); }
div.DivClassName
{
background-color: #F2F1EE;
}
.BgClassName
{
background-color: #F2F1EE;
}
</style>
border-color css
<style>
span { border-color: #F2F1EE; }
span { border-color: rgb(242,241,238); }
td.TdClassName
{
border-color: #F2F1EE;
}
.TagClassName
{
border-color: #F2F1EE;
}
</style>