Shades of Classic Rose #F5BDDD
Tints of Classic Rose #F5BDDD
RGB
CMYK
RGB Variations
Color information
#F5BDDD (or 0xF5BDDD) is known color: Classic Rose. HEX triplet: F5, BD and DD. RGB value is (245,189,221). Sum of RGB (Red+Green+Blue) = 245+189+221=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDDD is #0A4222. Grayscale: #D1D1D1. Windows color (decimal): -672291 or 14532085. OLE color: 14532085.
HSL color Cylindrical-coordinate representation of color #F5BDDD: hue angle of 325.71º 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 #F5BDDD is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 221 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.04 |
| HSL | 325.71º | 0.74% | 0.85% | - |
| HSV(B) | 325.71º | 0.23% | 0.96% | - |
| XYZ | 68.9 | 61.03 | 76.55 | - |
| YUV | 209.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 221 | 0 | 0.23 | 0.10 | 0.04 | 325.71 | 0.74 | 0.85 |
| Hex | F5 | BD | DD | 0 | 17 | A | 4 | 146 | 4A | 55 |
| Octal | 365 | 275 | 335 | 0 | 27 | 12 | 4 | 506 | 112 | 125 |
| Binary | 11110101 | 10111101 | 11011101 | 0 | 10111 | 1010 | 100 | 101000110 | 1001010 | 1010101 |
Color Harmonies of #F5BDDD
Complementary color
Monochromatic Colors of #F5BDDD
Black with #F5BDDD
Text Example
Text Example
White with #F5BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDDD; }
p { color: rgb(245,189,221); }
H1.HeaderClassName
{
color: #F5BDDD;
}
.AnyTagClassName
{
color: #F5BDDD;
}
</style>
background-color css
<style>
a { background-color: #F5BDDD; }
a { background-color: rgb(245,189,221); }
div.DivClassName
{
background-color: #F5BDDD;
}
.BgClassName
{
background-color: #F5BDDD;
}
</style>
border-color css
<style>
span { border-color: #F5BDDD; }
span { border-color: rgb(245,189,221); }
td.TdClassName
{
border-color: #F5BDDD;
}
.TagClassName
{
border-color: #F5BDDD;
}
</style>