Shades of Classic Rose #F5BED7
Tints of Classic Rose #F5BED7
RGB
CMYK
RGB Variations
Color information
#F5BED7 (or 0xF5BED7) is known color: Classic Rose. HEX triplet: F5, BE and D7. RGB value is (245,190,215). Sum of RGB (Red+Green+Blue) = 245+190+215=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BED7 is #0A4128. Grayscale: #D1D1D1. Windows color (decimal): -672041 or 14139125. OLE color: 14139125.
HSL color Cylindrical-coordinate representation of color #F5BED7: hue angle of 332.73º 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 #F5BED7 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 215 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.04 |
| HSL | 332.73º | 0.73% | 0.85% | - |
| HSV(B) | 332.73º | 0.22% | 0.96% | - |
| XYZ | 68.34 | 61.15 | 72.49 | - |
| YUV | 209.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 215 | 0 | 0.22 | 0.12 | 0.04 | 332.73 | 0.73 | 0.85 |
| Hex | F5 | BE | D7 | 0 | 16 | C | 4 | 14D | 49 | 55 |
| Octal | 365 | 276 | 327 | 0 | 26 | 14 | 4 | 515 | 111 | 125 |
| Binary | 11110101 | 10111110 | 11010111 | 0 | 10110 | 1100 | 100 | 101001101 | 1001001 | 1010101 |
Color Harmonies of #F5BED7
Complementary color
Monochromatic Colors of #F5BED7
Black with #F5BED7
Text Example
Text Example
White with #F5BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BED7; }
p { color: rgb(245,190,215); }
H1.HeaderClassName
{
color: #F5BED7;
}
.AnyTagClassName
{
color: #F5BED7;
}
</style>
background-color css
<style>
a { background-color: #F5BED7; }
a { background-color: rgb(245,190,215); }
div.DivClassName
{
background-color: #F5BED7;
}
.BgClassName
{
background-color: #F5BED7;
}
</style>
border-color css
<style>
span { border-color: #F5BED7; }
span { border-color: rgb(245,190,215); }
td.TdClassName
{
border-color: #F5BED7;
}
.TagClassName
{
border-color: #F5BED7;
}
</style>