Shades of Classic Rose #F4CCDD
Tints of Classic Rose #F4CCDD
RGB
CMYK
RGB Variations
Color information
#F4CCDD (or 0xF4CCDD) is known color: Classic Rose. HEX triplet: F4, CC and DD. RGB value is (244,204,221). Sum of RGB (Red+Green+Blue) = 244+204+221=669 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.47% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CCDD is #0B3322. Grayscale: #D9D9D9. Windows color (decimal): -733987 or 14535924. OLE color: 14535924.
HSL color Cylindrical-coordinate representation of color #F4CCDD: hue angle of 334.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 #F4CCDD is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 204 | 221 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.04 |
| HSL | 334.5º | 0.65% | 0.88% | - |
| HSV(B) | 334.5º | 0.16% | 0.96% | - |
| XYZ | 71.95 | 67.64 | 77.67 | - |
| YUV | 217.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 204 | 221 | 0 | 0.16 | 0.09 | 0.04 | 334.5 | 0.65 | 0.88 |
| Hex | F4 | CC | DD | 0 | 10 | 9 | 4 | 14E | 41 | 58 |
| Octal | 364 | 314 | 335 | 0 | 20 | 11 | 4 | 516 | 101 | 130 |
| Binary | 11110100 | 11001100 | 11011101 | 0 | 10000 | 1001 | 100 | 101001110 | 1000001 | 1011000 |
Color Harmonies of #F4CCDD
Complementary color
Monochromatic Colors of #F4CCDD
Black with #F4CCDD
Text Example
Text Example
White with #F4CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CCDD; }
p { color: rgb(244,204,221); }
H1.HeaderClassName
{
color: #F4CCDD;
}
.AnyTagClassName
{
color: #F4CCDD;
}
</style>
background-color css
<style>
a { background-color: #F4CCDD; }
a { background-color: rgb(244,204,221); }
div.DivClassName
{
background-color: #F4CCDD;
}
.BgClassName
{
background-color: #F4CCDD;
}
</style>
border-color css
<style>
span { border-color: #F4CCDD; }
span { border-color: rgb(244,204,221); }
td.TdClassName
{
border-color: #F4CCDD;
}
.TagClassName
{
border-color: #F4CCDD;
}
</style>