Shades of Classic Rose #F1BFE0
Tints of Classic Rose #F1BFE0
RGB
CMYK
RGB Variations
Color information
#F1BFE0 (or 0xF1BFE0) is known color: Classic Rose. HEX triplet: F1, BF and E0. RGB value is (241,191,224). Sum of RGB (Red+Green+Blue) = 241+191+224=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFE0 is #0E401F. Grayscale: #D1D1D1. Windows color (decimal): -933920 or 14729201. OLE color: 14729201.
HSL color Cylindrical-coordinate representation of color #F1BFE0: hue angle of 320.4º degrees, saturation: 0.64, 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 #F1BFE0 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 224 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.05 |
| HSL | 320.4º | 0.64% | 0.85% | - |
| HSV(B) | 320.4º | 0.21% | 0.95% | - |
| XYZ | 68.36 | 61.34 | 78.76 | - |
| YUV | 209.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 224 | 0 | 0.21 | 0.07 | 0.05 | 320.4 | 0.64 | 0.85 |
| Hex | F1 | BF | E0 | 0 | 15 | 7 | 5 | 140 | 40 | 55 |
| Octal | 361 | 277 | 340 | 0 | 25 | 7 | 5 | 500 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11100000 | 0 | 10101 | 111 | 101 | 101000000 | 1000000 | 1010101 |
Color Harmonies of #F1BFE0
Complementary color
Monochromatic Colors of #F1BFE0
Black with #F1BFE0
Text Example
Text Example
White with #F1BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFE0; }
p { color: rgb(241,191,224); }
H1.HeaderClassName
{
color: #F1BFE0;
}
.AnyTagClassName
{
color: #F1BFE0;
}
</style>
background-color css
<style>
a { background-color: #F1BFE0; }
a { background-color: rgb(241,191,224); }
div.DivClassName
{
background-color: #F1BFE0;
}
.BgClassName
{
background-color: #F1BFE0;
}
</style>
border-color css
<style>
span { border-color: #F1BFE0; }
span { border-color: rgb(241,191,224); }
td.TdClassName
{
border-color: #F1BFE0;
}
.TagClassName
{
border-color: #F1BFE0;
}
</style>