Shades of Classic Rose #F4C6DD
Tints of Classic Rose #F4C6DD
RGB
CMYK
RGB Variations
Color information
#F4C6DD (or 0xF4C6DD) is known color: Classic Rose. HEX triplet: F4, C6 and DD. RGB value is (244,198,221). Sum of RGB (Red+Green+Blue) = 244+198+221=663 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.80% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C6DD is #0B3922. Grayscale: #D6D6D6. Windows color (decimal): -735523 or 14534388. OLE color: 14534388.
HSL color Cylindrical-coordinate representation of color #F4C6DD: hue angle of 330º degrees, saturation: 0.68, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4C6DD is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 198 | 221 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.04 |
| HSL | 330º | 0.68% | 0.87% | - |
| HSV(B) | 330º | 0.19% | 0.96% | - |
| XYZ | 70.55 | 64.84 | 77.2 | - |
| YUV | 214.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 198 | 221 | 0 | 0.19 | 0.09 | 0.04 | 330 | 0.68 | 0.87 |
| Hex | F4 | C6 | DD | 0 | 13 | 9 | 4 | 14A | 44 | 57 |
| Octal | 364 | 306 | 335 | 0 | 23 | 11 | 4 | 512 | 104 | 127 |
| Binary | 11110100 | 11000110 | 11011101 | 0 | 10011 | 1001 | 100 | 101001010 | 1000100 | 1010111 |
Color Harmonies of #F4C6DD
Complementary color
Monochromatic Colors of #F4C6DD
Black with #F4C6DD
Text Example
Text Example
White with #F4C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C6DD; }
p { color: rgb(244,198,221); }
H1.HeaderClassName
{
color: #F4C6DD;
}
.AnyTagClassName
{
color: #F4C6DD;
}
</style>
background-color css
<style>
a { background-color: #F4C6DD; }
a { background-color: rgb(244,198,221); }
div.DivClassName
{
background-color: #F4C6DD;
}
.BgClassName
{
background-color: #F4C6DD;
}
</style>
border-color css
<style>
span { border-color: #F4C6DD; }
span { border-color: rgb(244,198,221); }
td.TdClassName
{
border-color: #F4C6DD;
}
.TagClassName
{
border-color: #F4C6DD;
}
</style>