Shades of Classic Rose #F4CBDB
Tints of Classic Rose #F4CBDB
RGB
CMYK
RGB Variations
Color information
#F4CBDB (or 0xF4CBDB) is known color: Classic Rose. HEX triplet: F4, CB and DB. RGB value is (244,203,219). Sum of RGB (Red+Green+Blue) = 244+203+219=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CBDB is #0B3424. Grayscale: #D9D9D9. Windows color (decimal): -734245 or 14404596. OLE color: 14404596.
HSL color Cylindrical-coordinate representation of color #F4CBDB: hue angle of 336.59º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CBDB is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 219 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.04 |
| HSL | 336.59º | 0.65% | 0.88% | - |
| HSV(B) | 336.59º | 0.17% | 0.96% | - |
| XYZ | 71.45 | 67.06 | 76.2 | - |
| YUV | 217.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 219 | 0 | 0.17 | 0.10 | 0.04 | 336.59 | 0.65 | 0.88 |
| Hex | F4 | CB | DB | 0 | 11 | A | 4 | 151 | 41 | 58 |
| Octal | 364 | 313 | 333 | 0 | 21 | 12 | 4 | 521 | 101 | 130 |
| Binary | 11110100 | 11001011 | 11011011 | 0 | 10001 | 1010 | 100 | 101010001 | 1000001 | 1011000 |
Color Harmonies of #F4CBDB
Complementary color
Monochromatic Colors of #F4CBDB
Black with #F4CBDB
Text Example
Text Example
White with #F4CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBDB; }
p { color: rgb(244,203,219); }
H1.HeaderClassName
{
color: #F4CBDB;
}
.AnyTagClassName
{
color: #F4CBDB;
}
</style>
background-color css
<style>
a { background-color: #F4CBDB; }
a { background-color: rgb(244,203,219); }
div.DivClassName
{
background-color: #F4CBDB;
}
.BgClassName
{
background-color: #F4CBDB;
}
</style>
border-color css
<style>
span { border-color: #F4CBDB; }
span { border-color: rgb(244,203,219); }
td.TdClassName
{
border-color: #F4CBDB;
}
.TagClassName
{
border-color: #F4CBDB;
}
</style>