Shades of Classic Rose #F5BDD8
Tints of Classic Rose #F5BDD8
RGB
CMYK
RGB Variations
Color information
#F5BDD8 (or 0xF5BDD8) is known color: Classic Rose. HEX triplet: F5, BD and D8. RGB value is (245,189,216). Sum of RGB (Red+Green+Blue) = 245+189+216=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDD8 is #0A4227. Grayscale: #D0D0D0. Windows color (decimal): -672296 or 14204405. OLE color: 14204405.
HSL color Cylindrical-coordinate representation of color #F5BDD8: hue angle of 331.07º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BDD8 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 216 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.04 |
| HSL | 331.07º | 0.74% | 0.85% | - |
| HSV(B) | 331.07º | 0.23% | 0.96% | - |
| XYZ | 68.25 | 60.77 | 73.1 | - |
| YUV | 208.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 216 | 0 | 0.23 | 0.12 | 0.04 | 331.07 | 0.74 | 0.85 |
| Hex | F5 | BD | D8 | 0 | 17 | C | 4 | 14B | 4A | 55 |
| Octal | 365 | 275 | 330 | 0 | 27 | 14 | 4 | 513 | 112 | 125 |
| Binary | 11110101 | 10111101 | 11011000 | 0 | 10111 | 1100 | 100 | 101001011 | 1001010 | 1010101 |
Color Harmonies of #F5BDD8
Complementary color
Monochromatic Colors of #F5BDD8
Black with #F5BDD8
Text Example
Text Example
White with #F5BDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDD8; }
p { color: rgb(245,189,216); }
H1.HeaderClassName
{
color: #F5BDD8;
}
.AnyTagClassName
{
color: #F5BDD8;
}
</style>
background-color css
<style>
a { background-color: #F5BDD8; }
a { background-color: rgb(245,189,216); }
div.DivClassName
{
background-color: #F5BDD8;
}
.BgClassName
{
background-color: #F5BDD8;
}
</style>
border-color css
<style>
span { border-color: #F5BDD8; }
span { border-color: rgb(245,189,216); }
td.TdClassName
{
border-color: #F5BDD8;
}
.TagClassName
{
border-color: #F5BDD8;
}
</style>