Shades of Classic Rose #F4C1DC
Tints of Classic Rose #F4C1DC
RGB
CMYK
RGB Variations
Color information
#F4C1DC (or 0xF4C1DC) is known color: Classic Rose. HEX triplet: F4, C1 and DC. RGB value is (244,193,220). Sum of RGB (Red+Green+Blue) = 244+193+220=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 193 (75.78% from 255 or 29.38% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C1DC is #0B3E23. Grayscale: #D3D3D3. Windows color (decimal): -736804 or 14467572. OLE color: 14467572.
HSL color Cylindrical-coordinate representation of color #F4C1DC: hue angle of 328.24º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4C1DC is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 220 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.04 |
| HSL | 328.24º | 0.7% | 0.86% | - |
| HSV(B) | 328.24º | 0.21% | 0.96% | - |
| XYZ | 69.3 | 62.54 | 76.13 | - |
| YUV | 211.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 220 | 0 | 0.21 | 0.10 | 0.04 | 328.24 | 0.7 | 0.86 |
| Hex | F4 | C1 | DC | 0 | 15 | A | 4 | 148 | 46 | 56 |
| Octal | 364 | 301 | 334 | 0 | 25 | 12 | 4 | 510 | 106 | 126 |
| Binary | 11110100 | 11000001 | 11011100 | 0 | 10101 | 1010 | 100 | 101001000 | 1000110 | 1010110 |
Color Harmonies of #F4C1DC
Complementary color
Monochromatic Colors of #F4C1DC
Black with #F4C1DC
Text Example
Text Example
White with #F4C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1DC; }
p { color: rgb(244,193,220); }
H1.HeaderClassName
{
color: #F4C1DC;
}
.AnyTagClassName
{
color: #F4C1DC;
}
</style>
background-color css
<style>
a { background-color: #F4C1DC; }
a { background-color: rgb(244,193,220); }
div.DivClassName
{
background-color: #F4C1DC;
}
.BgClassName
{
background-color: #F4C1DC;
}
</style>
border-color css
<style>
span { border-color: #F4C1DC; }
span { border-color: rgb(244,193,220); }
td.TdClassName
{
border-color: #F4C1DC;
}
.TagClassName
{
border-color: #F4C1DC;
}
</style>