Shades of Classic Rose #F1BEE1
Tints of Classic Rose #F1BEE1
RGB
CMYK
RGB Variations
Color information
#F1BEE1 (or 0xF1BEE1) is known color: Classic Rose. HEX triplet: F1, BE and E1. RGB value is (241,190,225). Sum of RGB (Red+Green+Blue) = 241+190+225=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEE1 is #0E411E. Grayscale: #D1D1D1. Windows color (decimal): -934175 or 14794481. OLE color: 14794481.
HSL color Cylindrical-coordinate representation of color #F1BEE1: hue angle of 318.82º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BEE1 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 225 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.05 |
| HSL | 318.82º | 0.65% | 0.85% | - |
| HSV(B) | 318.82º | 0.21% | 0.95% | - |
| XYZ | 68.28 | 60.96 | 79.4 | - |
| YUV | 209.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 225 | 0 | 0.21 | 0.07 | 0.05 | 318.82 | 0.65 | 0.85 |
| Hex | F1 | BE | E1 | 0 | 15 | 7 | 5 | 13F | 41 | 55 |
| Octal | 361 | 276 | 341 | 0 | 25 | 7 | 5 | 477 | 101 | 125 |
| Binary | 11110001 | 10111110 | 11100001 | 0 | 10101 | 111 | 101 | 100111111 | 1000001 | 1010101 |
Color Harmonies of #F1BEE1
Complementary color
Monochromatic Colors of #F1BEE1
Black with #F1BEE1
Text Example
Text Example
White with #F1BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEE1; }
p { color: rgb(241,190,225); }
H1.HeaderClassName
{
color: #F1BEE1;
}
.AnyTagClassName
{
color: #F1BEE1;
}
</style>
background-color css
<style>
a { background-color: #F1BEE1; }
a { background-color: rgb(241,190,225); }
div.DivClassName
{
background-color: #F1BEE1;
}
.BgClassName
{
background-color: #F1BEE1;
}
</style>
border-color css
<style>
span { border-color: #F1BEE1; }
span { border-color: rgb(241,190,225); }
td.TdClassName
{
border-color: #F1BEE1;
}
.TagClassName
{
border-color: #F1BEE1;
}
</style>