Shades of Classic Rose #F4C1DE
Tints of Classic Rose #F4C1DE
RGB
CMYK
RGB Variations
Color information
#F4C1DE (or 0xF4C1DE) is known color: Classic Rose. HEX triplet: F4, C1 and DE. RGB value is (244,193,222). Sum of RGB (Red+Green+Blue) = 244+193+222=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 193 (75.78% from 255 or 29.29% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C1DE is #0B3E21. Grayscale: #D3D3D3. Windows color (decimal): -736802 or 14598644. OLE color: 14598644.
HSL color Cylindrical-coordinate representation of color #F4C1DE: hue angle of 325.88º 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 #F4C1DE is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 222 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.04 |
| HSL | 325.88º | 0.7% | 0.86% | - |
| HSV(B) | 325.88º | 0.21% | 0.96% | - |
| XYZ | 69.56 | 62.65 | 77.53 | - |
| YUV | 211.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 222 | 0 | 0.21 | 0.09 | 0.04 | 325.88 | 0.7 | 0.86 |
| Hex | F4 | C1 | DE | 0 | 15 | 9 | 4 | 146 | 46 | 56 |
| Octal | 364 | 301 | 336 | 0 | 25 | 11 | 4 | 506 | 106 | 126 |
| Binary | 11110100 | 11000001 | 11011110 | 0 | 10101 | 1001 | 100 | 101000110 | 1000110 | 1010110 |
Color Harmonies of #F4C1DE
Complementary color
Monochromatic Colors of #F4C1DE
Black with #F4C1DE
Text Example
Text Example
White with #F4C1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1DE; }
p { color: rgb(244,193,222); }
H1.HeaderClassName
{
color: #F4C1DE;
}
.AnyTagClassName
{
color: #F4C1DE;
}
</style>
background-color css
<style>
a { background-color: #F4C1DE; }
a { background-color: rgb(244,193,222); }
div.DivClassName
{
background-color: #F4C1DE;
}
.BgClassName
{
background-color: #F4C1DE;
}
</style>
border-color css
<style>
span { border-color: #F4C1DE; }
span { border-color: rgb(244,193,222); }
td.TdClassName
{
border-color: #F4C1DE;
}
.TagClassName
{
border-color: #F4C1DE;
}
</style>