Shades of Classic Rose #F4C0DF
Tints of Classic Rose #F4C0DF
RGB
CMYK
RGB Variations
Color information
#F4C0DF (or 0xF4C0DF) is known color: Classic Rose. HEX triplet: F4, C0 and DF. RGB value is (244,192,223). Sum of RGB (Red+Green+Blue) = 244+192+223=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C0DF is #0B3F20. Grayscale: #D3D3D3. Windows color (decimal): -737057 or 14663924. OLE color: 14663924.
HSL color Cylindrical-coordinate representation of color #F4C0DF: hue angle of 324.23º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C0DF is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 192 | 223 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.04 |
| HSL | 324.23º | 0.7% | 0.85% | - |
| HSV(B) | 324.23º | 0.21% | 0.96% | - |
| XYZ | 69.48 | 62.26 | 78.17 | - |
| YUV | 211.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 192 | 223 | 0 | 0.21 | 0.09 | 0.04 | 324.23 | 0.7 | 0.85 |
| Hex | F4 | C0 | DF | 0 | 15 | 9 | 4 | 144 | 46 | 55 |
| Octal | 364 | 300 | 337 | 0 | 25 | 11 | 4 | 504 | 106 | 125 |
| Binary | 11110100 | 11000000 | 11011111 | 0 | 10101 | 1001 | 100 | 101000100 | 1000110 | 1010101 |
Color Harmonies of #F4C0DF
Complementary color
Monochromatic Colors of #F4C0DF
Black with #F4C0DF
Text Example
Text Example
White with #F4C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C0DF; }
p { color: rgb(244,192,223); }
H1.HeaderClassName
{
color: #F4C0DF;
}
.AnyTagClassName
{
color: #F4C0DF;
}
</style>
background-color css
<style>
a { background-color: #F4C0DF; }
a { background-color: rgb(244,192,223); }
div.DivClassName
{
background-color: #F4C0DF;
}
.BgClassName
{
background-color: #F4C0DF;
}
</style>
border-color css
<style>
span { border-color: #F4C0DF; }
span { border-color: rgb(244,192,223); }
td.TdClassName
{
border-color: #F4C0DF;
}
.TagClassName
{
border-color: #F4C0DF;
}
</style>