Shades of Classic Rose #F4CBDD
Tints of Classic Rose #F4CBDD
RGB
CMYK
RGB Variations
Color information
#F4CBDD (or 0xF4CBDD) is known color: Classic Rose. HEX triplet: F4, CB and DD. RGB value is (244,203,221). Sum of RGB (Red+Green+Blue) = 244+203+221=668 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.53% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CBDD is #0B3422. Grayscale: #D9D9D9. Windows color (decimal): -734243 or 14535668. OLE color: 14535668.
HSL color Cylindrical-coordinate representation of color #F4CBDD: hue angle of 333.66º 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 #F4CBDD is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 203 | 221 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.04 |
| HSL | 333.66º | 0.65% | 0.88% | - |
| HSV(B) | 333.66º | 0.17% | 0.96% | - |
| XYZ | 71.72 | 67.17 | 77.59 | - |
| YUV | 217.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 203 | 221 | 0 | 0.17 | 0.09 | 0.04 | 333.66 | 0.65 | 0.88 |
| Hex | F4 | CB | DD | 0 | 11 | 9 | 4 | 14E | 41 | 58 |
| Octal | 364 | 313 | 335 | 0 | 21 | 11 | 4 | 516 | 101 | 130 |
| Binary | 11110100 | 11001011 | 11011101 | 0 | 10001 | 1001 | 100 | 101001110 | 1000001 | 1011000 |
Color Harmonies of #F4CBDD
Complementary color
Monochromatic Colors of #F4CBDD
Black with #F4CBDD
Text Example
Text Example
White with #F4CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CBDD; }
p { color: rgb(244,203,221); }
H1.HeaderClassName
{
color: #F4CBDD;
}
.AnyTagClassName
{
color: #F4CBDD;
}
</style>
background-color css
<style>
a { background-color: #F4CBDD; }
a { background-color: rgb(244,203,221); }
div.DivClassName
{
background-color: #F4CBDD;
}
.BgClassName
{
background-color: #F4CBDD;
}
</style>
border-color css
<style>
span { border-color: #F4CBDD; }
span { border-color: rgb(244,203,221); }
td.TdClassName
{
border-color: #F4CBDD;
}
.TagClassName
{
border-color: #F4CBDD;
}
</style>