Shades of Classic Rose #F7CBDD
Tints of Classic Rose #F7CBDD
RGB
CMYK
RGB Variations
Color information
#F7CBDD (or 0xF7CBDD) is known color: Classic Rose. HEX triplet: F7, CB and DD. RGB value is (247,203,221). Sum of RGB (Red+Green+Blue) = 247+203+221=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBDD is #083422. Grayscale: #DADADA. Windows color (decimal): -537635 or 14535671. OLE color: 14535671.
HSL color Cylindrical-coordinate representation of color #F7CBDD: hue angle of 335.45º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7CBDD is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 221 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.03 |
| HSL | 335.45º | 0.73% | 0.88% | - |
| HSV(B) | 335.45º | 0.18% | 0.97% | - |
| XYZ | 72.76 | 67.71 | 77.64 | - |
| YUV | 218.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 221 | 0 | 0.18 | 0.11 | 0.03 | 335.45 | 0.73 | 0.88 |
| Hex | F7 | CB | DD | 0 | 12 | B | 3 | 14F | 49 | 58 |
| Octal | 367 | 313 | 335 | 0 | 22 | 13 | 3 | 517 | 111 | 130 |
| Binary | 11110111 | 11001011 | 11011101 | 0 | 10010 | 1011 | 11 | 101001111 | 1001001 | 1011000 |
Color Harmonies of #F7CBDD
Complementary color
Monochromatic Colors of #F7CBDD
Black with #F7CBDD
Text Example
Text Example
White with #F7CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CBDD; }
p { color: rgb(247,203,221); }
H1.HeaderClassName
{
color: #F7CBDD;
}
.AnyTagClassName
{
color: #F7CBDD;
}
</style>
background-color css
<style>
a { background-color: #F7CBDD; }
a { background-color: rgb(247,203,221); }
div.DivClassName
{
background-color: #F7CBDD;
}
.BgClassName
{
background-color: #F7CBDD;
}
</style>
border-color css
<style>
span { border-color: #F7CBDD; }
span { border-color: rgb(247,203,221); }
td.TdClassName
{
border-color: #F7CBDD;
}
.TagClassName
{
border-color: #F7CBDD;
}
</style>