Shades of Classic Rose #F1C6DC
Tints of Classic Rose #F1C6DC
RGB
CMYK
RGB Variations
Color information
#F1C6DC (or 0xF1C6DC) is known color: Classic Rose. HEX triplet: F1, C6 and DC. RGB value is (241,198,220). Sum of RGB (Red+Green+Blue) = 241+198+220=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C6DC is #0E3923. Grayscale: #D5D5D5. Windows color (decimal): -932132 or 14468849. OLE color: 14468849.
HSL color Cylindrical-coordinate representation of color #F1C6DC: hue angle of 329.3º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1C6DC is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 198 | 220 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.05 |
| HSL | 329.3º | 0.61% | 0.86% | - |
| HSV(B) | 329.3º | 0.18% | 0.95% | - |
| XYZ | 69.39 | 64.26 | 76.46 | - |
| YUV | 213.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 220 | 0 | 0.18 | 0.09 | 0.05 | 329.3 | 0.61 | 0.86 |
| Hex | F1 | C6 | DC | 0 | 12 | 9 | 5 | 149 | 3D | 56 |
| Octal | 361 | 306 | 334 | 0 | 22 | 11 | 5 | 511 | 75 | 126 |
| Binary | 11110001 | 11000110 | 11011100 | 0 | 10010 | 1001 | 101 | 101001001 | 111101 | 1010110 |
Color Harmonies of #F1C6DC
Complementary color
Monochromatic Colors of #F1C6DC
Black with #F1C6DC
Text Example
Text Example
White with #F1C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C6DC; }
p { color: rgb(241,198,220); }
H1.HeaderClassName
{
color: #F1C6DC;
}
.AnyTagClassName
{
color: #F1C6DC;
}
</style>
background-color css
<style>
a { background-color: #F1C6DC; }
a { background-color: rgb(241,198,220); }
div.DivClassName
{
background-color: #F1C6DC;
}
.BgClassName
{
background-color: #F1C6DC;
}
</style>
border-color css
<style>
span { border-color: #F1C6DC; }
span { border-color: rgb(241,198,220); }
td.TdClassName
{
border-color: #F1C6DC;
}
.TagClassName
{
border-color: #F1C6DC;
}
</style>