Shades of Classic Rose #F7CDE6
Tints of Classic Rose #F7CDE6
RGB
CMYK
RGB Variations
Color information
#F7CDE6 (or 0xF7CDE6) is known color: Classic Rose. HEX triplet: F7, CD and E6. RGB value is (247,205,230). Sum of RGB (Red+Green+Blue) = 247+205+230=682 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.22% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CDE6 is #083219. Grayscale: #DCDCDC. Windows color (decimal): -537114 or 15126007. OLE color: 15126007.
HSL color Cylindrical-coordinate representation of color #F7CDE6: hue angle of 324.29º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CDE6 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 205 | 230 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.03 |
| HSL | 324.29º | 0.72% | 0.89% | - |
| HSV(B) | 324.29º | 0.17% | 0.97% | - |
| XYZ | 74.47 | 69.15 | 84.29 | - |
| YUV | 220.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 205 | 230 | 0 | 0.17 | 0.07 | 0.03 | 324.29 | 0.72 | 0.89 |
| Hex | F7 | CD | E6 | 0 | 11 | 7 | 3 | 144 | 48 | 59 |
| Octal | 367 | 315 | 346 | 0 | 21 | 7 | 3 | 504 | 110 | 131 |
| Binary | 11110111 | 11001101 | 11100110 | 0 | 10001 | 111 | 11 | 101000100 | 1001000 | 1011001 |
Color Harmonies of #F7CDE6
Complementary color
Monochromatic Colors of #F7CDE6
Black with #F7CDE6
Text Example
Text Example
White with #F7CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CDE6; }
p { color: rgb(247,205,230); }
H1.HeaderClassName
{
color: #F7CDE6;
}
.AnyTagClassName
{
color: #F7CDE6;
}
</style>
background-color css
<style>
a { background-color: #F7CDE6; }
a { background-color: rgb(247,205,230); }
div.DivClassName
{
background-color: #F7CDE6;
}
.BgClassName
{
background-color: #F7CDE6;
}
</style>
border-color css
<style>
span { border-color: #F7CDE6; }
span { border-color: rgb(247,205,230); }
td.TdClassName
{
border-color: #F7CDE6;
}
.TagClassName
{
border-color: #F7CDE6;
}
</style>