Shades of Romance #F6F2E5
Tints of Romance #F6F2E5
RGB
CMYK
RGB Variations
Color information
#F6F2E5 (or 0xF6F2E5) is known color: Romance. HEX triplet: F6, F2 and E5. RGB value is (246,242,229). Sum of RGB (Red+Green+Blue) = 246+242+229=717 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.31% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 229 (89.84% from 255 or 31.94% from 717); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F2E5 is #090D1A. Grayscale: #F1F1F1. Windows color (decimal): -593179 or 15069942. OLE color: 15069942.
HSL color Cylindrical-coordinate representation of color #F6F2E5: hue angle of 45.88º degrees, saturation: 0.49, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F6F2E5 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 229 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.04 |
| HSL | 45.88º | 0.49% | 0.93% | - |
| HSV(B) | 45.88º | 0.07% | 0.96% | - |
| XYZ | 83.9 | 88.75 | 86.84 | - |
| YUV | 241.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 229 | 0 | 0.02 | 0.07 | 0.04 | 45.88 | 0.49 | 0.93 |
| Hex | F6 | F2 | E5 | 0 | 2 | 7 | 4 | 2E | 31 | 5D |
| Octal | 366 | 362 | 345 | 0 | 2 | 7 | 4 | 56 | 61 | 135 |
| Binary | 11110110 | 11110010 | 11100101 | 0 | 10 | 111 | 100 | 101110 | 110001 | 1011101 |
Color Harmonies of #F6F2E5
Complementary color
Monochromatic Colors of #F6F2E5
Black with #F6F2E5
Text Example
Text Example
White with #F6F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F2E5; }
p { color: rgb(246,242,229); }
H1.HeaderClassName
{
color: #F6F2E5;
}
.AnyTagClassName
{
color: #F6F2E5;
}
</style>
background-color css
<style>
a { background-color: #F6F2E5; }
a { background-color: rgb(246,242,229); }
div.DivClassName
{
background-color: #F6F2E5;
}
.BgClassName
{
background-color: #F6F2E5;
}
</style>
border-color css
<style>
span { border-color: #F6F2E5; }
span { border-color: rgb(246,242,229); }
td.TdClassName
{
border-color: #F6F2E5;
}
.TagClassName
{
border-color: #F6F2E5;
}
</style>