Shades of Classic Rose #F1D0DF
Tints of Classic Rose #F1D0DF
RGB
CMYK
RGB Variations
Color information
#F1D0DF (or 0xF1D0DF) is known color: Classic Rose. HEX triplet: F1, D0 and DF. RGB value is (241,208,223). Sum of RGB (Red+Green+Blue) = 241+208+223=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0DF is #0E2F20. Grayscale: #DBDBDB. Windows color (decimal): -929569 or 14668017. OLE color: 14668017.
HSL color Cylindrical-coordinate representation of color #F1D0DF: hue angle of 332.73º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1D0DF is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 223 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.05 |
| HSL | 332.73º | 0.54% | 0.88% | - |
| HSV(B) | 332.73º | 0.14% | 0.95% | - |
| XYZ | 72.15 | 69.14 | 79.35 | - |
| YUV | 219.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 223 | 0 | 0.14 | 0.07 | 0.05 | 332.73 | 0.54 | 0.88 |
| Hex | F1 | D0 | DF | 0 | E | 7 | 5 | 14D | 36 | 58 |
| Octal | 361 | 320 | 337 | 0 | 16 | 7 | 5 | 515 | 66 | 130 |
| Binary | 11110001 | 11010000 | 11011111 | 0 | 1110 | 111 | 101 | 101001101 | 110110 | 1011000 |
Color Harmonies of #F1D0DF
Complementary color
Monochromatic Colors of #F1D0DF
Black with #F1D0DF
Text Example
Text Example
White with #F1D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D0DF; }
p { color: rgb(241,208,223); }
H1.HeaderClassName
{
color: #F1D0DF;
}
.AnyTagClassName
{
color: #F1D0DF;
}
</style>
background-color css
<style>
a { background-color: #F1D0DF; }
a { background-color: rgb(241,208,223); }
div.DivClassName
{
background-color: #F1D0DF;
}
.BgClassName
{
background-color: #F1D0DF;
}
</style>
border-color css
<style>
span { border-color: #F1D0DF; }
span { border-color: rgb(241,208,223); }
td.TdClassName
{
border-color: #F1D0DF;
}
.TagClassName
{
border-color: #F1D0DF;
}
</style>