Shades of Classic Rose #F5BED5
Tints of Classic Rose #F5BED5
RGB
CMYK
RGB Variations
Color information
#F5BED5 (or 0xF5BED5) is known color: Classic Rose. HEX triplet: F5, BE and D5. RGB value is (245,190,213). Sum of RGB (Red+Green+Blue) = 245+190+213=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BED5 is #0A412A. Grayscale: #D1D1D1. Windows color (decimal): -672043 or 14008053. OLE color: 14008053.
HSL color Cylindrical-coordinate representation of color #F5BED5: hue angle of 334.91º 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 #F5BED5 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 213 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.04 |
| HSL | 334.91º | 0.73% | 0.85% | - |
| HSV(B) | 334.91º | 0.22% | 0.96% | - |
| XYZ | 68.08 | 61.04 | 71.15 | - |
| YUV | 209.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 213 | 0 | 0.22 | 0.13 | 0.04 | 334.91 | 0.73 | 0.85 |
| Hex | F5 | BE | D5 | 0 | 16 | D | 4 | 14F | 49 | 55 |
| Octal | 365 | 276 | 325 | 0 | 26 | 15 | 4 | 517 | 111 | 125 |
| Binary | 11110101 | 10111110 | 11010101 | 0 | 10110 | 1101 | 100 | 101001111 | 1001001 | 1010101 |
Color Harmonies of #F5BED5
Complementary color
Monochromatic Colors of #F5BED5
Black with #F5BED5
Text Example
Text Example
White with #F5BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BED5; }
p { color: rgb(245,190,213); }
H1.HeaderClassName
{
color: #F5BED5;
}
.AnyTagClassName
{
color: #F5BED5;
}
</style>
background-color css
<style>
a { background-color: #F5BED5; }
a { background-color: rgb(245,190,213); }
div.DivClassName
{
background-color: #F5BED5;
}
.BgClassName
{
background-color: #F5BED5;
}
</style>
border-color css
<style>
span { border-color: #F5BED5; }
span { border-color: rgb(245,190,213); }
td.TdClassName
{
border-color: #F5BED5;
}
.TagClassName
{
border-color: #F5BED5;
}
</style>