Shades of Romance #F2EFE9
Tints of Romance #F2EFE9
RGB
CMYK
RGB Variations
Color information
#F2EFE9 (or 0xF2EFE9) is known color: Romance. HEX triplet: F2, EF and E9. RGB value is (242,239,233). Sum of RGB (Red+Green+Blue) = 242+239+233=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 233 (91.41% from 255 or 32.63% from 714); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFE9 is #0D1016. Grayscale: #EFEFEF. Windows color (decimal): -856087 or 15331314. OLE color: 15331314.
HSL color Cylindrical-coordinate representation of color #F2EFE9: hue angle of 40º degrees, saturation: 0.26, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2EFE9 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 233 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.05 |
| HSL | 40º | 0.26% | 0.93% | - |
| HSV(B) | 40º | 0.04% | 0.95% | - |
| XYZ | 82.19 | 86.49 | 89.45 | - |
| YUV | 239.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 233 | 0 | 0.01 | 0.04 | 0.05 | 40 | 0.26 | 0.93 |
| Hex | F2 | EF | E9 | 0 | 1 | 4 | 5 | 28 | 1A | 5D |
| Octal | 362 | 357 | 351 | 0 | 1 | 4 | 5 | 50 | 32 | 135 |
| Binary | 11110010 | 11101111 | 11101001 | 0 | 1 | 100 | 101 | 101000 | 11010 | 1011101 |
Color Harmonies of #F2EFE9
Complementary color
Monochromatic Colors of #F2EFE9
Black with #F2EFE9
Text Example
Text Example
White with #F2EFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFE9; }
p { color: rgb(242,239,233); }
H1.HeaderClassName
{
color: #F2EFE9;
}
.AnyTagClassName
{
color: #F2EFE9;
}
</style>
background-color css
<style>
a { background-color: #F2EFE9; }
a { background-color: rgb(242,239,233); }
div.DivClassName
{
background-color: #F2EFE9;
}
.BgClassName
{
background-color: #F2EFE9;
}
</style>
border-color css
<style>
span { border-color: #F2EFE9; }
span { border-color: rgb(242,239,233); }
td.TdClassName
{
border-color: #F2EFE9;
}
.TagClassName
{
border-color: #F2EFE9;
}
</style>