Shades of Classic Rose #F1C5DF
Tints of Classic Rose #F1C5DF
RGB
CMYK
RGB Variations
Color information
#F1C5DF (or 0xF1C5DF) is known color: Classic Rose. HEX triplet: F1, C5 and DF. RGB value is (241,197,223). Sum of RGB (Red+Green+Blue) = 241+197+223=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5DF is #0E3A20. Grayscale: #D5D5D5. Windows color (decimal): -932385 or 14665201. OLE color: 14665201.
HSL color Cylindrical-coordinate representation of color #F1C5DF: hue angle of 324.55º 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 #F1C5DF is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 223 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.05 |
| HSL | 324.55º | 0.61% | 0.86% | - |
| HSV(B) | 324.55º | 0.18% | 0.95% | - |
| XYZ | 69.56 | 63.96 | 78.49 | - |
| YUV | 213.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 223 | 0 | 0.18 | 0.07 | 0.05 | 324.55 | 0.61 | 0.86 |
| Hex | F1 | C5 | DF | 0 | 12 | 7 | 5 | 145 | 3D | 56 |
| Octal | 361 | 305 | 337 | 0 | 22 | 7 | 5 | 505 | 75 | 126 |
| Binary | 11110001 | 11000101 | 11011111 | 0 | 10010 | 111 | 101 | 101000101 | 111101 | 1010110 |
Color Harmonies of #F1C5DF
Complementary color
Monochromatic Colors of #F1C5DF
Black with #F1C5DF
Text Example
Text Example
White with #F1C5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5DF; }
p { color: rgb(241,197,223); }
H1.HeaderClassName
{
color: #F1C5DF;
}
.AnyTagClassName
{
color: #F1C5DF;
}
</style>
background-color css
<style>
a { background-color: #F1C5DF; }
a { background-color: rgb(241,197,223); }
div.DivClassName
{
background-color: #F1C5DF;
}
.BgClassName
{
background-color: #F1C5DF;
}
</style>
border-color css
<style>
span { border-color: #F1C5DF; }
span { border-color: rgb(241,197,223); }
td.TdClassName
{
border-color: #F1C5DF;
}
.TagClassName
{
border-color: #F1C5DF;
}
</style>