Shades of Romance #F2EEE7
Tints of Romance #F2EEE7
RGB
CMYK
RGB Variations
Color information
#F2EEE7 (or 0xF2EEE7) is known color: Romance. HEX triplet: F2, EE and E7. RGB value is (242,238,231). Sum of RGB (Red+Green+Blue) = 242+238+231=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 231 (90.62% from 255 or 32.49% from 711); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEE7 is #0D1118. Grayscale: #EEEEEE. Windows color (decimal): -856345 or 15199986. OLE color: 15199986.
HSL color Cylindrical-coordinate representation of color #F2EEE7: hue angle of 38.18º degrees, saturation: 0.3, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2EEE7 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 231 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.05 |
| HSL | 38.18º | 0.3% | 0.93% | - |
| HSV(B) | 38.18º | 0.05% | 0.95% | - |
| XYZ | 81.62 | 85.8 | 87.86 | - |
| YUV | 238.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 231 | 0 | 0.02 | 0.05 | 0.05 | 38.18 | 0.3 | 0.93 |
| Hex | F2 | EE | E7 | 0 | 2 | 5 | 5 | 26 | 1E | 5D |
| Octal | 362 | 356 | 347 | 0 | 2 | 5 | 5 | 46 | 36 | 135 |
| Binary | 11110010 | 11101110 | 11100111 | 0 | 10 | 101 | 101 | 100110 | 11110 | 1011101 |
Color Harmonies of #F2EEE7
Complementary color
Monochromatic Colors of #F2EEE7
Black with #F2EEE7
Text Example
Text Example
White with #F2EEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEE7; }
p { color: rgb(242,238,231); }
H1.HeaderClassName
{
color: #F2EEE7;
}
.AnyTagClassName
{
color: #F2EEE7;
}
</style>
background-color css
<style>
a { background-color: #F2EEE7; }
a { background-color: rgb(242,238,231); }
div.DivClassName
{
background-color: #F2EEE7;
}
.BgClassName
{
background-color: #F2EEE7;
}
</style>
border-color css
<style>
span { border-color: #F2EEE7; }
span { border-color: rgb(242,238,231); }
td.TdClassName
{
border-color: #F2EEE7;
}
.TagClassName
{
border-color: #F2EEE7;
}
</style>