Shades of Classic Rose #F5BED6
Tints of Classic Rose #F5BED6
RGB
CMYK
RGB Variations
Color information
#F5BED6 (or 0xF5BED6) is known color: Classic Rose. HEX triplet: F5, BE and D6. RGB value is (245,190,214). Sum of RGB (Red+Green+Blue) = 245+190+214=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BED6 is #0A4129. Grayscale: #D1D1D1. Windows color (decimal): -672042 or 14073589. OLE color: 14073589.
HSL color Cylindrical-coordinate representation of color #F5BED6: hue angle of 333.82º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BED6 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 214 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.04 |
| HSL | 333.82º | 0.73% | 0.85% | - |
| HSV(B) | 333.82º | 0.22% | 0.96% | - |
| XYZ | 68.21 | 61.09 | 71.82 | - |
| YUV | 209.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 214 | 0 | 0.22 | 0.13 | 0.04 | 333.82 | 0.73 | 0.85 |
| Hex | F5 | BE | D6 | 0 | 16 | D | 4 | 14E | 49 | 55 |
| Octal | 365 | 276 | 326 | 0 | 26 | 15 | 4 | 516 | 111 | 125 |
| Binary | 11110101 | 10111110 | 11010110 | 0 | 10110 | 1101 | 100 | 101001110 | 1001001 | 1010101 |
Color Harmonies of #F5BED6
Complementary color
Monochromatic Colors of #F5BED6
Black with #F5BED6
Text Example
Text Example
White with #F5BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BED6; }
p { color: rgb(245,190,214); }
H1.HeaderClassName
{
color: #F5BED6;
}
.AnyTagClassName
{
color: #F5BED6;
}
</style>
background-color css
<style>
a { background-color: #F5BED6; }
a { background-color: rgb(245,190,214); }
div.DivClassName
{
background-color: #F5BED6;
}
.BgClassName
{
background-color: #F5BED6;
}
</style>
border-color css
<style>
span { border-color: #F5BED6; }
span { border-color: rgb(245,190,214); }
td.TdClassName
{
border-color: #F5BED6;
}
.TagClassName
{
border-color: #F5BED6;
}
</style>