Shades of Classic Rose #F1CFE1
Tints of Classic Rose #F1CFE1
RGB
CMYK
RGB Variations
Color information
#F1CFE1 (or 0xF1CFE1) is known color: Classic Rose. HEX triplet: F1, CF and E1. RGB value is (241,207,225). Sum of RGB (Red+Green+Blue) = 241+207+225=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFE1 is #0E301E. Grayscale: #DBDBDB. Windows color (decimal): -929823 or 14798833. OLE color: 14798833.
HSL color Cylindrical-coordinate representation of color #F1CFE1: hue angle of 328.24º 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 #F1CFE1 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 225 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.05 |
| HSL | 328.24º | 0.55% | 0.88% | - |
| HSV(B) | 328.24º | 0.14% | 0.95% | - |
| XYZ | 72.18 | 68.76 | 80.7 | - |
| YUV | 219.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 225 | 0 | 0.14 | 0.07 | 0.05 | 328.24 | 0.55 | 0.88 |
| Hex | F1 | CF | E1 | 0 | E | 7 | 5 | 148 | 37 | 58 |
| Octal | 361 | 317 | 341 | 0 | 16 | 7 | 5 | 510 | 67 | 130 |
| Binary | 11110001 | 11001111 | 11100001 | 0 | 1110 | 111 | 101 | 101001000 | 110111 | 1011000 |
Color Harmonies of #F1CFE1
Complementary color
Monochromatic Colors of #F1CFE1
Black with #F1CFE1
Text Example
Text Example
White with #F1CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFE1; }
p { color: rgb(241,207,225); }
H1.HeaderClassName
{
color: #F1CFE1;
}
.AnyTagClassName
{
color: #F1CFE1;
}
</style>
background-color css
<style>
a { background-color: #F1CFE1; }
a { background-color: rgb(241,207,225); }
div.DivClassName
{
background-color: #F1CFE1;
}
.BgClassName
{
background-color: #F1CFE1;
}
</style>
border-color css
<style>
span { border-color: #F1CFE1; }
span { border-color: rgb(241,207,225); }
td.TdClassName
{
border-color: #F1CFE1;
}
.TagClassName
{
border-color: #F1CFE1;
}
</style>