Shades of Classic Rose #F1C8DF
Tints of Classic Rose #F1C8DF
RGB
CMYK
RGB Variations
Color information
#F1C8DF (or 0xF1C8DF) is known color: Classic Rose. HEX triplet: F1, C8 and DF. RGB value is (241,200,223). Sum of RGB (Red+Green+Blue) = 241+200+223=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8DF is #0E3720. Grayscale: #D6D6D6. Windows color (decimal): -931617 or 14665969. OLE color: 14665969.
HSL color Cylindrical-coordinate representation of color #F1C8DF: hue angle of 326.34º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C8DF is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 223 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.05 |
| HSL | 326.34º | 0.59% | 0.86% | - |
| HSV(B) | 326.34º | 0.17% | 0.95% | - |
| XYZ | 70.25 | 65.34 | 78.72 | - |
| YUV | 214.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 223 | 0 | 0.17 | 0.07 | 0.05 | 326.34 | 0.59 | 0.86 |
| Hex | F1 | C8 | DF | 0 | 11 | 7 | 5 | 146 | 3B | 56 |
| Octal | 361 | 310 | 337 | 0 | 21 | 7 | 5 | 506 | 73 | 126 |
| Binary | 11110001 | 11001000 | 11011111 | 0 | 10001 | 111 | 101 | 101000110 | 111011 | 1010110 |
Color Harmonies of #F1C8DF
Complementary color
Monochromatic Colors of #F1C8DF
Black with #F1C8DF
Text Example
Text Example
White with #F1C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C8DF; }
p { color: rgb(241,200,223); }
H1.HeaderClassName
{
color: #F1C8DF;
}
.AnyTagClassName
{
color: #F1C8DF;
}
</style>
background-color css
<style>
a { background-color: #F1C8DF; }
a { background-color: rgb(241,200,223); }
div.DivClassName
{
background-color: #F1C8DF;
}
.BgClassName
{
background-color: #F1C8DF;
}
</style>
border-color css
<style>
span { border-color: #F1C8DF; }
span { border-color: rgb(241,200,223); }
td.TdClassName
{
border-color: #F1C8DF;
}
.TagClassName
{
border-color: #F1C8DF;
}
</style>