Shades of Classic Rose #F7CDE2
Tints of Classic Rose #F7CDE2
RGB
CMYK
RGB Variations
Color information
#F7CDE2 (or 0xF7CDE2) is known color: Classic Rose. HEX triplet: F7, CD and E2. RGB value is (247,205,226). Sum of RGB (Red+Green+Blue) = 247+205+226=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 226 (88.67% from 255 or 33.33% from 678); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CDE2 is #08321D. Grayscale: #DBDBDB. Windows color (decimal): -537118 or 14863863. OLE color: 14863863.
HSL color Cylindrical-coordinate representation of color #F7CDE2: hue angle of 330º 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 #F7CDE2 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 205 | 226 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.03 |
| HSL | 330º | 0.72% | 0.89% | - |
| HSV(B) | 330º | 0.17% | 0.97% | - |
| XYZ | 73.92 | 68.93 | 81.36 | - |
| YUV | 219.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 205 | 226 | 0 | 0.17 | 0.09 | 0.03 | 330 | 0.72 | 0.89 |
| Hex | F7 | CD | E2 | 0 | 11 | 9 | 3 | 14A | 48 | 59 |
| Octal | 367 | 315 | 342 | 0 | 21 | 11 | 3 | 512 | 110 | 131 |
| Binary | 11110111 | 11001101 | 11100010 | 0 | 10001 | 1001 | 11 | 101001010 | 1001000 | 1011001 |
Color Harmonies of #F7CDE2
Complementary color
Monochromatic Colors of #F7CDE2
Black with #F7CDE2
Text Example
Text Example
White with #F7CDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CDE2; }
p { color: rgb(247,205,226); }
H1.HeaderClassName
{
color: #F7CDE2;
}
.AnyTagClassName
{
color: #F7CDE2;
}
</style>
background-color css
<style>
a { background-color: #F7CDE2; }
a { background-color: rgb(247,205,226); }
div.DivClassName
{
background-color: #F7CDE2;
}
.BgClassName
{
background-color: #F7CDE2;
}
</style>
border-color css
<style>
span { border-color: #F7CDE2; }
span { border-color: rgb(247,205,226); }
td.TdClassName
{
border-color: #F7CDE2;
}
.TagClassName
{
border-color: #F7CDE2;
}
</style>