Shades of Romance #F2EFE7
Tints of Romance #F2EFE7
RGB
CMYK
RGB Variations
Color information
#F2EFE7 (or 0xF2EFE7) is known color: Romance. HEX triplet: F2, EF and E7. RGB value is (242,239,231). Sum of RGB (Red+Green+Blue) = 242+239+231=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 231 (90.62% from 255 or 32.44% from 712); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFE7 is #0D1018. Grayscale: #EFEFEF. Windows color (decimal): -856089 or 15200242. OLE color: 15200242.
HSL color Cylindrical-coordinate representation of color #F2EFE7: hue angle of 43.64º 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 #F2EFE7 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 231 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.05 |
| HSL | 43.64º | 0.3% | 0.93% | - |
| HSV(B) | 43.64º | 0.05% | 0.95% | - |
| XYZ | 81.91 | 86.38 | 87.96 | - |
| YUV | 238.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 231 | 0 | 0.01 | 0.05 | 0.05 | 43.64 | 0.3 | 0.93 |
| Hex | F2 | EF | E7 | 0 | 1 | 5 | 5 | 2C | 1E | 5D |
| Octal | 362 | 357 | 347 | 0 | 1 | 5 | 5 | 54 | 36 | 135 |
| Binary | 11110010 | 11101111 | 11100111 | 0 | 1 | 101 | 101 | 101100 | 11110 | 1011101 |
Color Harmonies of #F2EFE7
Complementary color
Monochromatic Colors of #F2EFE7
Black with #F2EFE7
Text Example
Text Example
White with #F2EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFE7; }
p { color: rgb(242,239,231); }
H1.HeaderClassName
{
color: #F2EFE7;
}
.AnyTagClassName
{
color: #F2EFE7;
}
</style>
background-color css
<style>
a { background-color: #F2EFE7; }
a { background-color: rgb(242,239,231); }
div.DivClassName
{
background-color: #F2EFE7;
}
.BgClassName
{
background-color: #F2EFE7;
}
</style>
border-color css
<style>
span { border-color: #F2EFE7; }
span { border-color: rgb(242,239,231); }
td.TdClassName
{
border-color: #F2EFE7;
}
.TagClassName
{
border-color: #F2EFE7;
}
</style>