Shades of Classic Rose #F7CDE1
Tints of Classic Rose #F7CDE1
RGB
CMYK
RGB Variations
Color information
#F7CDE1 (or 0xF7CDE1) is known color: Classic Rose. HEX triplet: F7, CD and E1. RGB value is (247,205,225). Sum of RGB (Red+Green+Blue) = 247+205+225=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDE1 is #08321E. Grayscale: #DBDBDB. Windows color (decimal): -537119 or 14798327. OLE color: 14798327.
HSL color Cylindrical-coordinate representation of color #F7CDE1: hue angle of 331.43º 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 #F7CDE1 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 205 | 225 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.03 |
| HSL | 331.43º | 0.72% | 0.89% | - |
| HSV(B) | 331.43º | 0.17% | 0.97% | - |
| XYZ | 73.78 | 68.87 | 80.64 | - |
| YUV | 219.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 205 | 225 | 0 | 0.17 | 0.09 | 0.03 | 331.43 | 0.72 | 0.89 |
| Hex | F7 | CD | E1 | 0 | 11 | 9 | 3 | 14B | 48 | 59 |
| Octal | 367 | 315 | 341 | 0 | 21 | 11 | 3 | 513 | 110 | 131 |
| Binary | 11110111 | 11001101 | 11100001 | 0 | 10001 | 1001 | 11 | 101001011 | 1001000 | 1011001 |
Color Harmonies of #F7CDE1
Complementary color
Monochromatic Colors of #F7CDE1
Black with #F7CDE1
Text Example
Text Example
White with #F7CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CDE1; }
p { color: rgb(247,205,225); }
H1.HeaderClassName
{
color: #F7CDE1;
}
.AnyTagClassName
{
color: #F7CDE1;
}
</style>
background-color css
<style>
a { background-color: #F7CDE1; }
a { background-color: rgb(247,205,225); }
div.DivClassName
{
background-color: #F7CDE1;
}
.BgClassName
{
background-color: #F7CDE1;
}
</style>
border-color css
<style>
span { border-color: #F7CDE1; }
span { border-color: rgb(247,205,225); }
td.TdClassName
{
border-color: #F7CDE1;
}
.TagClassName
{
border-color: #F7CDE1;
}
</style>