Shades of Classic Rose #F2D7E7
Tints of Classic Rose #F2D7E7
RGB
CMYK
RGB Variations
Color information
#F2D7E7 (or 0xF2D7E7) is known color: Classic Rose. HEX triplet: F2, D7 and E7. RGB value is (242,215,231). Sum of RGB (Red+Green+Blue) = 242+215+231=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 215 (84.38% from 255 or 31.25% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D7E7 is #0D2818. Grayscale: #E0E0E0. Windows color (decimal): -862233 or 15194098. OLE color: 15194098.
HSL color Cylindrical-coordinate representation of color #F2D7E7: hue angle of 324.44º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2D7E7 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 231 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.05 |
| HSL | 324.44º | 0.51% | 0.9% | - |
| HSV(B) | 324.44º | 0.11% | 0.95% | - |
| XYZ | 75.34 | 73.25 | 85.77 | - |
| YUV | 224.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 231 | 0 | 0.11 | 0.05 | 0.05 | 324.44 | 0.51 | 0.9 |
| Hex | F2 | D7 | E7 | 0 | B | 5 | 5 | 144 | 33 | 5A |
| Octal | 362 | 327 | 347 | 0 | 13 | 5 | 5 | 504 | 63 | 132 |
| Binary | 11110010 | 11010111 | 11100111 | 0 | 1011 | 101 | 101 | 101000100 | 110011 | 1011010 |
Color Harmonies of #F2D7E7
Complementary color
Monochromatic Colors of #F2D7E7
Black with #F2D7E7
Text Example
Text Example
White with #F2D7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D7E7; }
p { color: rgb(242,215,231); }
H1.HeaderClassName
{
color: #F2D7E7;
}
.AnyTagClassName
{
color: #F2D7E7;
}
</style>
background-color css
<style>
a { background-color: #F2D7E7; }
a { background-color: rgb(242,215,231); }
div.DivClassName
{
background-color: #F2D7E7;
}
.BgClassName
{
background-color: #F2D7E7;
}
</style>
border-color css
<style>
span { border-color: #F2D7E7; }
span { border-color: rgb(242,215,231); }
td.TdClassName
{
border-color: #F2D7E7;
}
.TagClassName
{
border-color: #F2D7E7;
}
</style>