Shades of Classic Rose #F4CCDB
Tints of Classic Rose #F4CCDB
RGB
CMYK
RGB Variations
Color information
#F4CCDB (or 0xF4CCDB) is known color: Classic Rose. HEX triplet: F4, CC and DB. RGB value is (244,204,219). Sum of RGB (Red+Green+Blue) = 244+204+219=667 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.58% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CCDB is #0B3324. Grayscale: #D9D9D9. Windows color (decimal): -733989 or 14404852. OLE color: 14404852.
HSL color Cylindrical-coordinate representation of color #F4CCDB: hue angle of 337.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CCDB is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 204 | 219 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.04 |
| HSL | 337.5º | 0.65% | 0.88% | - |
| HSV(B) | 337.5º | 0.16% | 0.96% | - |
| XYZ | 71.69 | 67.53 | 76.27 | - |
| YUV | 217.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 204 | 219 | 0 | 0.16 | 0.10 | 0.04 | 337.5 | 0.65 | 0.88 |
| Hex | F4 | CC | DB | 0 | 10 | A | 4 | 152 | 41 | 58 |
| Octal | 364 | 314 | 333 | 0 | 20 | 12 | 4 | 522 | 101 | 130 |
| Binary | 11110100 | 11001100 | 11011011 | 0 | 10000 | 1010 | 100 | 101010010 | 1000001 | 1011000 |
Color Harmonies of #F4CCDB
Complementary color
Monochromatic Colors of #F4CCDB
Black with #F4CCDB
Text Example
Text Example
White with #F4CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CCDB; }
p { color: rgb(244,204,219); }
H1.HeaderClassName
{
color: #F4CCDB;
}
.AnyTagClassName
{
color: #F4CCDB;
}
</style>
background-color css
<style>
a { background-color: #F4CCDB; }
a { background-color: rgb(244,204,219); }
div.DivClassName
{
background-color: #F4CCDB;
}
.BgClassName
{
background-color: #F4CCDB;
}
</style>
border-color css
<style>
span { border-color: #F4CCDB; }
span { border-color: rgb(244,204,219); }
td.TdClassName
{
border-color: #F4CCDB;
}
.TagClassName
{
border-color: #F4CCDB;
}
</style>