Shades of Classic Rose #F7CBDB
Tints of Classic Rose #F7CBDB
RGB
CMYK
RGB Variations
Color information
#F7CBDB (or 0xF7CBDB) is known color: Classic Rose. HEX triplet: F7, CB and DB. RGB value is (247,203,219). Sum of RGB (Red+Green+Blue) = 247+203+219=669 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.92% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBDB is #083424. Grayscale: #D9D9D9. Windows color (decimal): -537637 or 14404599. OLE color: 14404599.
HSL color Cylindrical-coordinate representation of color #F7CBDB: hue angle of 338.18º 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 #F7CBDB is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 219 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.03 |
| HSL | 338.18º | 0.73% | 0.88% | - |
| HSV(B) | 338.18º | 0.18% | 0.97% | - |
| XYZ | 72.5 | 67.6 | 76.24 | - |
| YUV | 217.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 219 | 0 | 0.18 | 0.11 | 0.03 | 338.18 | 0.73 | 0.88 |
| Hex | F7 | CB | DB | 0 | 12 | B | 3 | 152 | 49 | 58 |
| Octal | 367 | 313 | 333 | 0 | 22 | 13 | 3 | 522 | 111 | 130 |
| Binary | 11110111 | 11001011 | 11011011 | 0 | 10010 | 1011 | 11 | 101010010 | 1001001 | 1011000 |
Color Harmonies of #F7CBDB
Complementary color
Monochromatic Colors of #F7CBDB
Black with #F7CBDB
Text Example
Text Example
White with #F7CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CBDB; }
p { color: rgb(247,203,219); }
H1.HeaderClassName
{
color: #F7CBDB;
}
.AnyTagClassName
{
color: #F7CBDB;
}
</style>
background-color css
<style>
a { background-color: #F7CBDB; }
a { background-color: rgb(247,203,219); }
div.DivClassName
{
background-color: #F7CBDB;
}
.BgClassName
{
background-color: #F7CBDB;
}
</style>
border-color css
<style>
span { border-color: #F7CBDB; }
span { border-color: rgb(247,203,219); }
td.TdClassName
{
border-color: #F7CBDB;
}
.TagClassName
{
border-color: #F7CBDB;
}
</style>