Shades of Classic Rose #F5BDDA
Tints of Classic Rose #F5BDDA
RGB
CMYK
RGB Variations
Color information
#F5BDDA (or 0xF5BDDA) is known color: Classic Rose. HEX triplet: F5, BD and DA. RGB value is (245,189,218). Sum of RGB (Red+Green+Blue) = 245+189+218=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDDA is #0A4225. Grayscale: #D0D0D0. Windows color (decimal): -672294 or 14335477. OLE color: 14335477.
HSL color Cylindrical-coordinate representation of color #F5BDDA: hue angle of 328.93º 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 #F5BDDA is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 218 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.04 |
| HSL | 328.93º | 0.74% | 0.85% | - |
| HSV(B) | 328.93º | 0.23% | 0.96% | - |
| XYZ | 68.51 | 60.87 | 74.47 | - |
| YUV | 209.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 218 | 0 | 0.23 | 0.11 | 0.04 | 328.93 | 0.74 | 0.85 |
| Hex | F5 | BD | DA | 0 | 17 | B | 4 | 149 | 4A | 55 |
| Octal | 365 | 275 | 332 | 0 | 27 | 13 | 4 | 511 | 112 | 125 |
| Binary | 11110101 | 10111101 | 11011010 | 0 | 10111 | 1011 | 100 | 101001001 | 1001010 | 1010101 |
Color Harmonies of #F5BDDA
Complementary color
Monochromatic Colors of #F5BDDA
Black with #F5BDDA
Text Example
Text Example
White with #F5BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDDA; }
p { color: rgb(245,189,218); }
H1.HeaderClassName
{
color: #F5BDDA;
}
.AnyTagClassName
{
color: #F5BDDA;
}
</style>
background-color css
<style>
a { background-color: #F5BDDA; }
a { background-color: rgb(245,189,218); }
div.DivClassName
{
background-color: #F5BDDA;
}
.BgClassName
{
background-color: #F5BDDA;
}
</style>
border-color css
<style>
span { border-color: #F5BDDA; }
span { border-color: rgb(245,189,218); }
td.TdClassName
{
border-color: #F5BDDA;
}
.TagClassName
{
border-color: #F5BDDA;
}
</style>