Shades of Classic Rose #F1BDDF
Tints of Classic Rose #F1BDDF
RGB
CMYK
RGB Variations
Color information
#F1BDDF (or 0xF1BDDF) is known color: Classic Rose. HEX triplet: F1, BD and DF. RGB value is (241,189,223). Sum of RGB (Red+Green+Blue) = 241+189+223=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDDF is #0E4220. Grayscale: #D0D0D0. Windows color (decimal): -934433 or 14663153. OLE color: 14663153.
HSL color Cylindrical-coordinate representation of color #F1BDDF: hue angle of 320.77º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BDDF is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 223 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.05 |
| HSL | 320.77º | 0.65% | 0.84% | - |
| HSV(B) | 320.77º | 0.22% | 0.95% | - |
| XYZ | 67.79 | 60.42 | 77.9 | - |
| YUV | 208.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 223 | 0 | 0.22 | 0.07 | 0.05 | 320.77 | 0.65 | 0.84 |
| Hex | F1 | BD | DF | 0 | 16 | 7 | 5 | 141 | 41 | 54 |
| Octal | 361 | 275 | 337 | 0 | 26 | 7 | 5 | 501 | 101 | 124 |
| Binary | 11110001 | 10111101 | 11011111 | 0 | 10110 | 111 | 101 | 101000001 | 1000001 | 1010100 |
Color Harmonies of #F1BDDF
Complementary color
Monochromatic Colors of #F1BDDF
Black with #F1BDDF
Text Example
Text Example
White with #F1BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BDDF; }
p { color: rgb(241,189,223); }
H1.HeaderClassName
{
color: #F1BDDF;
}
.AnyTagClassName
{
color: #F1BDDF;
}
</style>
background-color css
<style>
a { background-color: #F1BDDF; }
a { background-color: rgb(241,189,223); }
div.DivClassName
{
background-color: #F1BDDF;
}
.BgClassName
{
background-color: #F1BDDF;
}
</style>
border-color css
<style>
span { border-color: #F1BDDF; }
span { border-color: rgb(241,189,223); }
td.TdClassName
{
border-color: #F1BDDF;
}
.TagClassName
{
border-color: #F1BDDF;
}
</style>