Shades of Classic Rose #F5BBDF
Tints of Classic Rose #F5BBDF
RGB
CMYK
RGB Variations
Color information
#F5BBDF (or 0xF5BBDF) is known color: Classic Rose. HEX triplet: F5, BB and DF. RGB value is (245,187,223). Sum of RGB (Red+Green+Blue) = 245+187+223=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBDF is #0A4420. Grayscale: #D0D0D0. Windows color (decimal): -672801 or 14662645. OLE color: 14662645.
HSL color Cylindrical-coordinate representation of color #F5BBDF: hue angle of 322.76º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBDF is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 223 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.04 |
| HSL | 322.76º | 0.74% | 0.85% | - |
| HSV(B) | 322.76º | 0.24% | 0.96% | - |
| XYZ | 68.75 | 60.28 | 77.82 | - |
| YUV | 208.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 223 | 0 | 0.24 | 0.09 | 0.04 | 322.76 | 0.74 | 0.85 |
| Hex | F5 | BB | DF | 0 | 18 | 9 | 4 | 143 | 4A | 55 |
| Octal | 365 | 273 | 337 | 0 | 30 | 11 | 4 | 503 | 112 | 125 |
| Binary | 11110101 | 10111011 | 11011111 | 0 | 11000 | 1001 | 100 | 101000011 | 1001010 | 1010101 |
Color Harmonies of #F5BBDF
Complementary color
Monochromatic Colors of #F5BBDF
Black with #F5BBDF
Text Example
Text Example
White with #F5BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBDF; }
p { color: rgb(245,187,223); }
H1.HeaderClassName
{
color: #F5BBDF;
}
.AnyTagClassName
{
color: #F5BBDF;
}
</style>
background-color css
<style>
a { background-color: #F5BBDF; }
a { background-color: rgb(245,187,223); }
div.DivClassName
{
background-color: #F5BBDF;
}
.BgClassName
{
background-color: #F5BBDF;
}
</style>
border-color css
<style>
span { border-color: #F5BBDF; }
span { border-color: rgb(245,187,223); }
td.TdClassName
{
border-color: #F5BBDF;
}
.TagClassName
{
border-color: #F5BBDF;
}
</style>