Shades of Classic Rose #F1CFE8
Tints of Classic Rose #F1CFE8
RGB
CMYK
RGB Variations
Color information
#F1CFE8 (or 0xF1CFE8) is known color: Classic Rose. HEX triplet: F1, CF and E8. RGB value is (241,207,232). Sum of RGB (Red+Green+Blue) = 241+207+232=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFE8 is #0E3017. Grayscale: #DBDBDB. Windows color (decimal): -929816 or 15257585. OLE color: 15257585.
HSL color Cylindrical-coordinate representation of color #F1CFE8: hue angle of 315.88º 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 #F1CFE8 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 232 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.05 |
| HSL | 315.88º | 0.55% | 0.88% | - |
| HSV(B) | 315.88º | 0.14% | 0.95% | - |
| XYZ | 73.15 | 69.15 | 85.84 | - |
| YUV | 220.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 232 | 0 | 0.14 | 0.04 | 0.05 | 315.88 | 0.55 | 0.88 |
| Hex | F1 | CF | E8 | 0 | E | 4 | 5 | 13C | 37 | 58 |
| Octal | 361 | 317 | 350 | 0 | 16 | 4 | 5 | 474 | 67 | 130 |
| Binary | 11110001 | 11001111 | 11101000 | 0 | 1110 | 100 | 101 | 100111100 | 110111 | 1011000 |
Color Harmonies of #F1CFE8
Complementary color
Monochromatic Colors of #F1CFE8
Black with #F1CFE8
Text Example
Text Example
White with #F1CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFE8; }
p { color: rgb(241,207,232); }
H1.HeaderClassName
{
color: #F1CFE8;
}
.AnyTagClassName
{
color: #F1CFE8;
}
</style>
background-color css
<style>
a { background-color: #F1CFE8; }
a { background-color: rgb(241,207,232); }
div.DivClassName
{
background-color: #F1CFE8;
}
.BgClassName
{
background-color: #F1CFE8;
}
</style>
border-color css
<style>
span { border-color: #F1CFE8; }
span { border-color: rgb(241,207,232); }
td.TdClassName
{
border-color: #F1CFE8;
}
.TagClassName
{
border-color: #F1CFE8;
}
</style>