Shades of Classic Rose #F0C1DC
Tints of Classic Rose #F0C1DC
RGB
CMYK
RGB Variations
Color information
#F0C1DC (or 0xF0C1DC) is known color: Classic Rose. HEX triplet: F0, C1 and DC. RGB value is (240,193,220). Sum of RGB (Red+Green+Blue) = 240+193+220=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C1DC is #0F3E23. Grayscale: #D2D2D2. Windows color (decimal): -998948 or 14467568. OLE color: 14467568.
HSL color Cylindrical-coordinate representation of color #F0C1DC: hue angle of 325.53º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C1DC is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 220 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.06 |
| HSL | 325.53º | 0.61% | 0.85% | - |
| HSV(B) | 325.53º | 0.2% | 0.94% | - |
| XYZ | 67.92 | 61.83 | 76.07 | - |
| YUV | 210.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 220 | 0 | 0.20 | 0.08 | 0.06 | 325.53 | 0.61 | 0.85 |
| Hex | F0 | C1 | DC | 0 | 14 | 8 | 6 | 146 | 3D | 55 |
| Octal | 360 | 301 | 334 | 0 | 24 | 10 | 6 | 506 | 75 | 125 |
| Binary | 11110000 | 11000001 | 11011100 | 0 | 10100 | 1000 | 110 | 101000110 | 111101 | 1010101 |
Color Harmonies of #F0C1DC
Complementary color
Monochromatic Colors of #F0C1DC
Black with #F0C1DC
Text Example
Text Example
White with #F0C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C1DC; }
p { color: rgb(240,193,220); }
H1.HeaderClassName
{
color: #F0C1DC;
}
.AnyTagClassName
{
color: #F0C1DC;
}
</style>
background-color css
<style>
a { background-color: #F0C1DC; }
a { background-color: rgb(240,193,220); }
div.DivClassName
{
background-color: #F0C1DC;
}
.BgClassName
{
background-color: #F0C1DC;
}
</style>
border-color css
<style>
span { border-color: #F0C1DC; }
span { border-color: rgb(240,193,220); }
td.TdClassName
{
border-color: #F0C1DC;
}
.TagClassName
{
border-color: #F0C1DC;
}
</style>