Shades of Classic Rose #F1BFD8
Tints of Classic Rose #F1BFD8
RGB
CMYK
RGB Variations
Color information
#F1BFD8 (or 0xF1BFD8) is known color: Classic Rose. HEX triplet: F1, BF and D8. RGB value is (241,191,216). Sum of RGB (Red+Green+Blue) = 241+191+216=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 216 (84.77% from 255 or 33.33% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFD8 is #0E4027. Grayscale: #D0D0D0. Windows color (decimal): -933928 or 14204913. OLE color: 14204913.
HSL color Cylindrical-coordinate representation of color #F1BFD8: hue angle of 330º 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 #F1BFD8 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 216 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.05 |
| HSL | 330º | 0.64% | 0.85% | - |
| HSV(B) | 330º | 0.21% | 0.95% | - |
| XYZ | 67.3 | 60.92 | 73.18 | - |
| YUV | 208.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 216 | 0 | 0.21 | 0.10 | 0.05 | 330 | 0.64 | 0.85 |
| Hex | F1 | BF | D8 | 0 | 15 | A | 5 | 14A | 40 | 55 |
| Octal | 361 | 277 | 330 | 0 | 25 | 12 | 5 | 512 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11011000 | 0 | 10101 | 1010 | 101 | 101001010 | 1000000 | 1010101 |
Color Harmonies of #F1BFD8
Complementary color
Monochromatic Colors of #F1BFD8
Black with #F1BFD8
Text Example
Text Example
White with #F1BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFD8; }
p { color: rgb(241,191,216); }
H1.HeaderClassName
{
color: #F1BFD8;
}
.AnyTagClassName
{
color: #F1BFD8;
}
</style>
background-color css
<style>
a { background-color: #F1BFD8; }
a { background-color: rgb(241,191,216); }
div.DivClassName
{
background-color: #F1BFD8;
}
.BgClassName
{
background-color: #F1BFD8;
}
</style>
border-color css
<style>
span { border-color: #F1BFD8; }
span { border-color: rgb(241,191,216); }
td.TdClassName
{
border-color: #F1BFD8;
}
.TagClassName
{
border-color: #F1BFD8;
}
</style>