Shades of Classic Rose #F5BDE3
Tints of Classic Rose #F5BDE3
RGB
CMYK
RGB Variations
Color information
#F5BDE3 (or 0xF5BDE3) is known color: Classic Rose. HEX triplet: F5, BD and E3. RGB value is (245,189,227). Sum of RGB (Red+Green+Blue) = 245+189+227=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 227 (89.06% from 255 or 34.34% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDE3 is #0A421C. Grayscale: #D1D1D1. Windows color (decimal): -672285 or 14925301. OLE color: 14925301.
HSL color Cylindrical-coordinate representation of color #F5BDE3: hue angle of 319.29º 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 #F5BDE3 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 227 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.04 |
| HSL | 319.29º | 0.74% | 0.85% | - |
| HSV(B) | 319.29º | 0.23% | 0.96% | - |
| XYZ | 69.72 | 61.35 | 80.84 | - |
| YUV | 210.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 227 | 0 | 0.23 | 0.07 | 0.04 | 319.29 | 0.74 | 0.85 |
| Hex | F5 | BD | E3 | 0 | 17 | 7 | 4 | 13F | 4A | 55 |
| Octal | 365 | 275 | 343 | 0 | 27 | 7 | 4 | 477 | 112 | 125 |
| Binary | 11110101 | 10111101 | 11100011 | 0 | 10111 | 111 | 100 | 100111111 | 1001010 | 1010101 |
Color Harmonies of #F5BDE3
Complementary color
Monochromatic Colors of #F5BDE3
Black with #F5BDE3
Text Example
Text Example
White with #F5BDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDE3; }
p { color: rgb(245,189,227); }
H1.HeaderClassName
{
color: #F5BDE3;
}
.AnyTagClassName
{
color: #F5BDE3;
}
</style>
background-color css
<style>
a { background-color: #F5BDE3; }
a { background-color: rgb(245,189,227); }
div.DivClassName
{
background-color: #F5BDE3;
}
.BgClassName
{
background-color: #F5BDE3;
}
</style>
border-color css
<style>
span { border-color: #F5BDE3; }
span { border-color: rgb(245,189,227); }
td.TdClassName
{
border-color: #F5BDE3;
}
.TagClassName
{
border-color: #F5BDE3;
}
</style>