Shades of Classic Rose #F1BFDA
Tints of Classic Rose #F1BFDA
RGB
CMYK
RGB Variations
Color information
#F1BFDA (or 0xF1BFDA) is known color: Classic Rose. HEX triplet: F1, BF and DA. RGB value is (241,191,218). Sum of RGB (Red+Green+Blue) = 241+191+218=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFDA is #0E4025. Grayscale: #D0D0D0. Windows color (decimal): -933926 or 14335985. OLE color: 14335985.
HSL color Cylindrical-coordinate representation of color #F1BFDA: hue angle of 327.6º 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 #F1BFDA is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 218 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.05 |
| HSL | 327.6º | 0.64% | 0.85% | - |
| HSV(B) | 327.6º | 0.21% | 0.95% | - |
| XYZ | 67.56 | 61.02 | 74.55 | - |
| YUV | 209.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 218 | 0 | 0.21 | 0.10 | 0.05 | 327.6 | 0.64 | 0.85 |
| Hex | F1 | BF | DA | 0 | 15 | A | 5 | 148 | 40 | 55 |
| Octal | 361 | 277 | 332 | 0 | 25 | 12 | 5 | 510 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11011010 | 0 | 10101 | 1010 | 101 | 101001000 | 1000000 | 1010101 |
Color Harmonies of #F1BFDA
Complementary color
Monochromatic Colors of #F1BFDA
Black with #F1BFDA
Text Example
Text Example
White with #F1BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFDA; }
p { color: rgb(241,191,218); }
H1.HeaderClassName
{
color: #F1BFDA;
}
.AnyTagClassName
{
color: #F1BFDA;
}
</style>
background-color css
<style>
a { background-color: #F1BFDA; }
a { background-color: rgb(241,191,218); }
div.DivClassName
{
background-color: #F1BFDA;
}
.BgClassName
{
background-color: #F1BFDA;
}
</style>
border-color css
<style>
span { border-color: #F1BFDA; }
span { border-color: rgb(241,191,218); }
td.TdClassName
{
border-color: #F1BFDA;
}
.TagClassName
{
border-color: #F1BFDA;
}
</style>