Shades of Classic Rose #F4C1DF
Tints of Classic Rose #F4C1DF
RGB
CMYK
RGB Variations
Color information
#F4C1DF (or 0xF4C1DF) is known color: Classic Rose. HEX triplet: F4, C1 and DF. RGB value is (244,193,223). Sum of RGB (Red+Green+Blue) = 244+193+223=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 193 (75.78% from 255 or 29.24% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C1DF is #0B3E20. Grayscale: #D3D3D3. Windows color (decimal): -736801 or 14664180. OLE color: 14664180.
HSL color Cylindrical-coordinate representation of color #F4C1DF: hue angle of 324.71º 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 #F4C1DF is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 223 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.04 |
| HSL | 324.71º | 0.7% | 0.86% | - |
| HSV(B) | 324.71º | 0.21% | 0.96% | - |
| XYZ | 69.7 | 62.7 | 78.24 | - |
| YUV | 211.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 223 | 0 | 0.21 | 0.09 | 0.04 | 324.71 | 0.7 | 0.86 |
| Hex | F4 | C1 | DF | 0 | 15 | 9 | 4 | 145 | 46 | 56 |
| Octal | 364 | 301 | 337 | 0 | 25 | 11 | 4 | 505 | 106 | 126 |
| Binary | 11110100 | 11000001 | 11011111 | 0 | 10101 | 1001 | 100 | 101000101 | 1000110 | 1010110 |
Color Harmonies of #F4C1DF
Complementary color
Monochromatic Colors of #F4C1DF
Black with #F4C1DF
Text Example
Text Example
White with #F4C1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1DF; }
p { color: rgb(244,193,223); }
H1.HeaderClassName
{
color: #F4C1DF;
}
.AnyTagClassName
{
color: #F4C1DF;
}
</style>
background-color css
<style>
a { background-color: #F4C1DF; }
a { background-color: rgb(244,193,223); }
div.DivClassName
{
background-color: #F4C1DF;
}
.BgClassName
{
background-color: #F4C1DF;
}
</style>
border-color css
<style>
span { border-color: #F4C1DF; }
span { border-color: rgb(244,193,223); }
td.TdClassName
{
border-color: #F4C1DF;
}
.TagClassName
{
border-color: #F4C1DF;
}
</style>