Shades of Classic Rose #F1C3DF
Tints of Classic Rose #F1C3DF
RGB
CMYK
RGB Variations
Color information
#F1C3DF (or 0xF1C3DF) is known color: Classic Rose. HEX triplet: F1, C3 and DF. RGB value is (241,195,223). Sum of RGB (Red+Green+Blue) = 241+195+223=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 195 (76.56% from 255 or 29.59% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3DF is #0E3C20. Grayscale: #D3D3D3. Windows color (decimal): -932897 or 14664689. OLE color: 14664689.
HSL color Cylindrical-coordinate representation of color #F1C3DF: hue angle of 323.48º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1C3DF is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 223 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.05 |
| HSL | 323.48º | 0.62% | 0.85% | - |
| HSV(B) | 323.48º | 0.19% | 0.95% | - |
| XYZ | 69.11 | 63.06 | 78.34 | - |
| YUV | 211.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 223 | 0 | 0.19 | 0.07 | 0.05 | 323.48 | 0.62 | 0.85 |
| Hex | F1 | C3 | DF | 0 | 13 | 7 | 5 | 143 | 3E | 55 |
| Octal | 361 | 303 | 337 | 0 | 23 | 7 | 5 | 503 | 76 | 125 |
| Binary | 11110001 | 11000011 | 11011111 | 0 | 10011 | 111 | 101 | 101000011 | 111110 | 1010101 |
Color Harmonies of #F1C3DF
Complementary color
Monochromatic Colors of #F1C3DF
Black with #F1C3DF
Text Example
Text Example
White with #F1C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C3DF; }
p { color: rgb(241,195,223); }
H1.HeaderClassName
{
color: #F1C3DF;
}
.AnyTagClassName
{
color: #F1C3DF;
}
</style>
background-color css
<style>
a { background-color: #F1C3DF; }
a { background-color: rgb(241,195,223); }
div.DivClassName
{
background-color: #F1C3DF;
}
.BgClassName
{
background-color: #F1C3DF;
}
</style>
border-color css
<style>
span { border-color: #F1C3DF; }
span { border-color: rgb(241,195,223); }
td.TdClassName
{
border-color: #F1C3DF;
}
.TagClassName
{
border-color: #F1C3DF;
}
</style>