Shades of Classic Rose #F1BFD3
Tints of Classic Rose #F1BFD3
RGB
CMYK
RGB Variations
Color information
#F1BFD3 (or 0xF1BFD3) is known color: Classic Rose. HEX triplet: F1, BF and D3. RGB value is (241,191,211). Sum of RGB (Red+Green+Blue) = 241+191+211=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFD3 is #0E402C. Grayscale: #D0D0D0. Windows color (decimal): -933933 or 13877233. OLE color: 13877233.
HSL color Cylindrical-coordinate representation of color #F1BFD3: hue angle of 336º 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 #F1BFD3 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 211 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.05 |
| HSL | 336º | 0.64% | 0.85% | - |
| HSV(B) | 336º | 0.21% | 0.95% | - |
| XYZ | 66.66 | 60.67 | 69.82 | - |
| YUV | 208.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 211 | 0 | 0.21 | 0.12 | 0.05 | 336 | 0.64 | 0.85 |
| Hex | F1 | BF | D3 | 0 | 15 | C | 5 | 150 | 40 | 55 |
| Octal | 361 | 277 | 323 | 0 | 25 | 14 | 5 | 520 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11010011 | 0 | 10101 | 1100 | 101 | 101010000 | 1000000 | 1010101 |
Color Harmonies of #F1BFD3
Complementary color
Monochromatic Colors of #F1BFD3
Black with #F1BFD3
Text Example
Text Example
White with #F1BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFD3; }
p { color: rgb(241,191,211); }
H1.HeaderClassName
{
color: #F1BFD3;
}
.AnyTagClassName
{
color: #F1BFD3;
}
</style>
background-color css
<style>
a { background-color: #F1BFD3; }
a { background-color: rgb(241,191,211); }
div.DivClassName
{
background-color: #F1BFD3;
}
.BgClassName
{
background-color: #F1BFD3;
}
</style>
border-color css
<style>
span { border-color: #F1BFD3; }
span { border-color: rgb(241,191,211); }
td.TdClassName
{
border-color: #F1BFD3;
}
.TagClassName
{
border-color: #F1BFD3;
}
</style>