Shades of Classic Rose #F7CFE1
Tints of Classic Rose #F7CFE1
RGB
CMYK
RGB Variations
Color information
#F7CFE1 (or 0xF7CFE1) is known color: Classic Rose. HEX triplet: F7, CF and E1. RGB value is (247,207,225). Sum of RGB (Red+Green+Blue) = 247+207+225=679 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.38% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFE1 is #08301E. Grayscale: #DCDCDC. Windows color (decimal): -536607 or 14798839. OLE color: 14798839.
HSL color Cylindrical-coordinate representation of color #F7CFE1: hue angle of 333º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7CFE1 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 225 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.03 |
| HSL | 333º | 0.71% | 0.89% | - |
| HSV(B) | 333º | 0.16% | 0.97% | - |
| XYZ | 74.26 | 69.84 | 80.8 | - |
| YUV | 221.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 225 | 0 | 0.16 | 0.09 | 0.03 | 333 | 0.71 | 0.89 |
| Hex | F7 | CF | E1 | 0 | 10 | 9 | 3 | 14D | 47 | 59 |
| Octal | 367 | 317 | 341 | 0 | 20 | 11 | 3 | 515 | 107 | 131 |
| Binary | 11110111 | 11001111 | 11100001 | 0 | 10000 | 1001 | 11 | 101001101 | 1000111 | 1011001 |
Color Harmonies of #F7CFE1
Complementary color
Monochromatic Colors of #F7CFE1
Black with #F7CFE1
Text Example
Text Example
White with #F7CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFE1; }
p { color: rgb(247,207,225); }
H1.HeaderClassName
{
color: #F7CFE1;
}
.AnyTagClassName
{
color: #F7CFE1;
}
</style>
background-color css
<style>
a { background-color: #F7CFE1; }
a { background-color: rgb(247,207,225); }
div.DivClassName
{
background-color: #F7CFE1;
}
.BgClassName
{
background-color: #F7CFE1;
}
</style>
border-color css
<style>
span { border-color: #F7CFE1; }
span { border-color: rgb(247,207,225); }
td.TdClassName
{
border-color: #F7CFE1;
}
.TagClassName
{
border-color: #F7CFE1;
}
</style>