Shades of Classic Rose #F4CADB
Tints of Classic Rose #F4CADB
RGB
CMYK
RGB Variations
Color information
#F4CADB (or 0xF4CADB) is known color: Classic Rose. HEX triplet: F4, CA and DB. RGB value is (244,202,219). Sum of RGB (Red+Green+Blue) = 244+202+219=665 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.69% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CADB is #0B3524. Grayscale: #D8D8D8. Windows color (decimal): -734501 or 14404340. OLE color: 14404340.
HSL color Cylindrical-coordinate representation of color #F4CADB: hue angle of 335.71º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CADB is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 202 | 219 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.04 |
| HSL | 335.71º | 0.66% | 0.87% | - |
| HSV(B) | 335.71º | 0.17% | 0.96% | - |
| XYZ | 71.21 | 66.59 | 76.12 | - |
| YUV | 216.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 202 | 219 | 0 | 0.17 | 0.10 | 0.04 | 335.71 | 0.66 | 0.87 |
| Hex | F4 | CA | DB | 0 | 11 | A | 4 | 150 | 42 | 57 |
| Octal | 364 | 312 | 333 | 0 | 21 | 12 | 4 | 520 | 102 | 127 |
| Binary | 11110100 | 11001010 | 11011011 | 0 | 10001 | 1010 | 100 | 101010000 | 1000010 | 1010111 |
Color Harmonies of #F4CADB
Complementary color
Monochromatic Colors of #F4CADB
Black with #F4CADB
Text Example
Text Example
White with #F4CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CADB; }
p { color: rgb(244,202,219); }
H1.HeaderClassName
{
color: #F4CADB;
}
.AnyTagClassName
{
color: #F4CADB;
}
</style>
background-color css
<style>
a { background-color: #F4CADB; }
a { background-color: rgb(244,202,219); }
div.DivClassName
{
background-color: #F4CADB;
}
.BgClassName
{
background-color: #F4CADB;
}
</style>
border-color css
<style>
span { border-color: #F4CADB; }
span { border-color: rgb(244,202,219); }
td.TdClassName
{
border-color: #F4CADB;
}
.TagClassName
{
border-color: #F4CADB;
}
</style>