Shades of Classic Rose #F7CCDD
Tints of Classic Rose #F7CCDD
RGB
CMYK
RGB Variations
Color information
#F7CCDD (or 0xF7CCDD) is known color: Classic Rose. HEX triplet: F7, CC and DD. RGB value is (247,204,221). Sum of RGB (Red+Green+Blue) = 247+204+221=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCDD is #083322. Grayscale: #DADADA. Windows color (decimal): -537379 or 14535927. OLE color: 14535927.
HSL color Cylindrical-coordinate representation of color #F7CCDD: hue angle of 336.28º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CCDD is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 204 | 221 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.03 |
| HSL | 336.28º | 0.73% | 0.88% | - |
| HSV(B) | 336.28º | 0.17% | 0.97% | - |
| XYZ | 73 | 68.18 | 77.72 | - |
| YUV | 218.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 204 | 221 | 0 | 0.17 | 0.11 | 0.03 | 336.28 | 0.73 | 0.88 |
| Hex | F7 | CC | DD | 0 | 11 | B | 3 | 150 | 49 | 58 |
| Octal | 367 | 314 | 335 | 0 | 21 | 13 | 3 | 520 | 111 | 130 |
| Binary | 11110111 | 11001100 | 11011101 | 0 | 10001 | 1011 | 11 | 101010000 | 1001001 | 1011000 |
Color Harmonies of #F7CCDD
Complementary color
Monochromatic Colors of #F7CCDD
Black with #F7CCDD
Text Example
Text Example
White with #F7CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CCDD; }
p { color: rgb(247,204,221); }
H1.HeaderClassName
{
color: #F7CCDD;
}
.AnyTagClassName
{
color: #F7CCDD;
}
</style>
background-color css
<style>
a { background-color: #F7CCDD; }
a { background-color: rgb(247,204,221); }
div.DivClassName
{
background-color: #F7CCDD;
}
.BgClassName
{
background-color: #F7CCDD;
}
</style>
border-color css
<style>
span { border-color: #F7CCDD; }
span { border-color: rgb(247,204,221); }
td.TdClassName
{
border-color: #F7CCDD;
}
.TagClassName
{
border-color: #F7CCDD;
}
</style>