Shades of Classic Rose #F1CFDF
Tints of Classic Rose #F1CFDF
RGB
CMYK
RGB Variations
Color information
#F1CFDF (or 0xF1CFDF) is known color: Classic Rose. HEX triplet: F1, CF and DF. RGB value is (241,207,223). Sum of RGB (Red+Green+Blue) = 241+207+223=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFDF is #0E3020. Grayscale: #DADADA. Windows color (decimal): -929825 or 14667761. OLE color: 14667761.
HSL color Cylindrical-coordinate representation of color #F1CFDF: hue angle of 331.76º degrees, saturation: 0.55, 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 #F1CFDF is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 223 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.05 |
| HSL | 331.76º | 0.55% | 0.88% | - |
| HSV(B) | 331.76º | 0.14% | 0.95% | - |
| XYZ | 71.91 | 68.65 | 79.27 | - |
| YUV | 218.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 223 | 0 | 0.14 | 0.07 | 0.05 | 331.76 | 0.55 | 0.88 |
| Hex | F1 | CF | DF | 0 | E | 7 | 5 | 14C | 37 | 58 |
| Octal | 361 | 317 | 337 | 0 | 16 | 7 | 5 | 514 | 67 | 130 |
| Binary | 11110001 | 11001111 | 11011111 | 0 | 1110 | 111 | 101 | 101001100 | 110111 | 1011000 |
Color Harmonies of #F1CFDF
Complementary color
Monochromatic Colors of #F1CFDF
Black with #F1CFDF
Text Example
Text Example
White with #F1CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFDF; }
p { color: rgb(241,207,223); }
H1.HeaderClassName
{
color: #F1CFDF;
}
.AnyTagClassName
{
color: #F1CFDF;
}
</style>
background-color css
<style>
a { background-color: #F1CFDF; }
a { background-color: rgb(241,207,223); }
div.DivClassName
{
background-color: #F1CFDF;
}
.BgClassName
{
background-color: #F1CFDF;
}
</style>
border-color css
<style>
span { border-color: #F1CFDF; }
span { border-color: rgb(241,207,223); }
td.TdClassName
{
border-color: #F1CFDF;
}
.TagClassName
{
border-color: #F1CFDF;
}
</style>