Shades of Classic Rose #F5BFD3
Tints of Classic Rose #F5BFD3
RGB
CMYK
RGB Variations
Color information
#F5BFD3 (or 0xF5BFD3) is known color: Classic Rose. HEX triplet: F5, BF and D3. RGB value is (245,191,211). Sum of RGB (Red+Green+Blue) = 245+191+211=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFD3 is #0A402C. Grayscale: #D1D1D1. Windows color (decimal): -671789 or 13877237. OLE color: 13877237.
HSL color Cylindrical-coordinate representation of color #F5BFD3: hue angle of 337.78º 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 #F5BFD3 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 211 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.04 |
| HSL | 337.78º | 0.73% | 0.85% | - |
| HSV(B) | 337.78º | 0.22% | 0.96% | - |
| XYZ | 68.04 | 61.38 | 69.89 | - |
| YUV | 209.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 211 | 0 | 0.22 | 0.14 | 0.04 | 337.78 | 0.73 | 0.85 |
| Hex | F5 | BF | D3 | 0 | 16 | E | 4 | 152 | 49 | 55 |
| Octal | 365 | 277 | 323 | 0 | 26 | 16 | 4 | 522 | 111 | 125 |
| Binary | 11110101 | 10111111 | 11010011 | 0 | 10110 | 1110 | 100 | 101010010 | 1001001 | 1010101 |
Color Harmonies of #F5BFD3
Complementary color
Monochromatic Colors of #F5BFD3
Black with #F5BFD3
Text Example
Text Example
White with #F5BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BFD3; }
p { color: rgb(245,191,211); }
H1.HeaderClassName
{
color: #F5BFD3;
}
.AnyTagClassName
{
color: #F5BFD3;
}
</style>
background-color css
<style>
a { background-color: #F5BFD3; }
a { background-color: rgb(245,191,211); }
div.DivClassName
{
background-color: #F5BFD3;
}
.BgClassName
{
background-color: #F5BFD3;
}
</style>
border-color css
<style>
span { border-color: #F5BFD3; }
span { border-color: rgb(245,191,211); }
td.TdClassName
{
border-color: #F5BFD3;
}
.TagClassName
{
border-color: #F5BFD3;
}
</style>