Shades of Classic Rose #F1C6DD
Tints of Classic Rose #F1C6DD
RGB
CMYK
RGB Variations
Color information
#F1C6DD (or 0xF1C6DD) is known color: Classic Rose. HEX triplet: F1, C6 and DD. RGB value is (241,198,221). Sum of RGB (Red+Green+Blue) = 241+198+221=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C6DD is #0E3922. Grayscale: #D5D5D5. Windows color (decimal): -932131 or 14534385. OLE color: 14534385.
HSL color Cylindrical-coordinate representation of color #F1C6DD: hue angle of 327.91º 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 #F1C6DD is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 198 | 221 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.05 |
| HSL | 327.91º | 0.61% | 0.86% | - |
| HSV(B) | 327.91º | 0.18% | 0.95% | - |
| XYZ | 69.52 | 64.31 | 77.16 | - |
| YUV | 213.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 221 | 0 | 0.18 | 0.08 | 0.05 | 327.91 | 0.61 | 0.86 |
| Hex | F1 | C6 | DD | 0 | 12 | 8 | 5 | 148 | 3D | 56 |
| Octal | 361 | 306 | 335 | 0 | 22 | 10 | 5 | 510 | 75 | 126 |
| Binary | 11110001 | 11000110 | 11011101 | 0 | 10010 | 1000 | 101 | 101001000 | 111101 | 1010110 |
Color Harmonies of #F1C6DD
Complementary color
Monochromatic Colors of #F1C6DD
Black with #F1C6DD
Text Example
Text Example
White with #F1C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C6DD; }
p { color: rgb(241,198,221); }
H1.HeaderClassName
{
color: #F1C6DD;
}
.AnyTagClassName
{
color: #F1C6DD;
}
</style>
background-color css
<style>
a { background-color: #F1C6DD; }
a { background-color: rgb(241,198,221); }
div.DivClassName
{
background-color: #F1C6DD;
}
.BgClassName
{
background-color: #F1C6DD;
}
</style>
border-color css
<style>
span { border-color: #F1C6DD; }
span { border-color: rgb(241,198,221); }
td.TdClassName
{
border-color: #F1C6DD;
}
.TagClassName
{
border-color: #F1C6DD;
}
</style>