Shades of Classic Rose #F4CBDC
Tints of Classic Rose #F4CBDC
RGB
CMYK
RGB Variations
Color information
#F4CBDC (or 0xF4CBDC) is known color: Classic Rose. HEX triplet: F4, CB and DC. RGB value is (244,203,220). Sum of RGB (Red+Green+Blue) = 244+203+220=667 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.58% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CBDC is #0B3423. Grayscale: #D9D9D9. Windows color (decimal): -734244 or 14470132. OLE color: 14470132.
HSL color Cylindrical-coordinate representation of color #F4CBDC: hue angle of 335.12º 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 #F4CBDC is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 220 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.04 |
| HSL | 335.12º | 0.65% | 0.88% | - |
| HSV(B) | 335.12º | 0.17% | 0.96% | - |
| XYZ | 71.58 | 67.11 | 76.89 | - |
| YUV | 217.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 220 | 0 | 0.17 | 0.10 | 0.04 | 335.12 | 0.65 | 0.88 |
| Hex | F4 | CB | DC | 0 | 11 | A | 4 | 14F | 41 | 58 |
| Octal | 364 | 313 | 334 | 0 | 21 | 12 | 4 | 517 | 101 | 130 |
| Binary | 11110100 | 11001011 | 11011100 | 0 | 10001 | 1010 | 100 | 101001111 | 1000001 | 1011000 |
Color Harmonies of #F4CBDC
Complementary color
Monochromatic Colors of #F4CBDC
Black with #F4CBDC
Text Example
Text Example
White with #F4CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBDC; }
p { color: rgb(244,203,220); }
H1.HeaderClassName
{
color: #F4CBDC;
}
.AnyTagClassName
{
color: #F4CBDC;
}
</style>
background-color css
<style>
a { background-color: #F4CBDC; }
a { background-color: rgb(244,203,220); }
div.DivClassName
{
background-color: #F4CBDC;
}
.BgClassName
{
background-color: #F4CBDC;
}
</style>
border-color css
<style>
span { border-color: #F4CBDC; }
span { border-color: rgb(244,203,220); }
td.TdClassName
{
border-color: #F4CBDC;
}
.TagClassName
{
border-color: #F4CBDC;
}
</style>