Shades of Romance #F7F2E5
Tints of Romance #F7F2E5
RGB
CMYK
RGB Variations
Color information
#F7F2E5 (or 0xF7F2E5) is known color: Romance. HEX triplet: F7, F2 and E5. RGB value is (247,242,229). Sum of RGB (Red+Green+Blue) = 247+242+229=718 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.40% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F2E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F2E5 is #080D1A. Grayscale: #F2F2F2. Windows color (decimal): -527643 or 15069943. OLE color: 15069943.
HSL color Cylindrical-coordinate representation of color #F7F2E5: hue angle of 43.33º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F7F2E5 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 242 | 229 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.03 |
| HSL | 43.33º | 0.53% | 0.93% | - |
| HSV(B) | 43.33º | 0.07% | 0.97% | - |
| XYZ | 84.25 | 88.94 | 86.85 | - |
| YUV | 242.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 242 | 229 | 0 | 0.02 | 0.07 | 0.03 | 43.33 | 0.53 | 0.93 |
| Hex | F7 | F2 | E5 | 0 | 2 | 7 | 3 | 2B | 35 | 5D |
| Octal | 367 | 362 | 345 | 0 | 2 | 7 | 3 | 53 | 65 | 135 |
| Binary | 11110111 | 11110010 | 11100101 | 0 | 10 | 111 | 11 | 101011 | 110101 | 1011101 |
Color Harmonies of #F7F2E5
Complementary color
Monochromatic Colors of #F7F2E5
Black with #F7F2E5
Text Example
Text Example
White with #F7F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F2E5; }
p { color: rgb(247,242,229); }
H1.HeaderClassName
{
color: #F7F2E5;
}
.AnyTagClassName
{
color: #F7F2E5;
}
</style>
background-color css
<style>
a { background-color: #F7F2E5; }
a { background-color: rgb(247,242,229); }
div.DivClassName
{
background-color: #F7F2E5;
}
.BgClassName
{
background-color: #F7F2E5;
}
</style>
border-color css
<style>
span { border-color: #F7F2E5; }
span { border-color: rgb(247,242,229); }
td.TdClassName
{
border-color: #F7F2E5;
}
.TagClassName
{
border-color: #F7F2E5;
}
</style>