Shades of Classic Rose #F5BFDF
Tints of Classic Rose #F5BFDF
RGB
CMYK
RGB Variations
Color information
#F5BFDF (or 0xF5BFDF) is known color: Classic Rose. HEX triplet: F5, BF and DF. RGB value is (245,191,223). Sum of RGB (Red+Green+Blue) = 245+191+223=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFDF is #0A4020. Grayscale: #D2D2D2. Windows color (decimal): -671777 or 14663669. OLE color: 14663669.
HSL color Cylindrical-coordinate representation of color #F5BFDF: hue angle of 324.44º 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 #F5BFDF is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 223 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.04 |
| HSL | 324.44º | 0.73% | 0.85% | - |
| HSV(B) | 324.44º | 0.22% | 0.96% | - |
| XYZ | 69.61 | 62 | 78.11 | - |
| YUV | 210.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 223 | 0 | 0.22 | 0.09 | 0.04 | 324.44 | 0.73 | 0.85 |
| Hex | F5 | BF | DF | 0 | 16 | 9 | 4 | 144 | 49 | 55 |
| Octal | 365 | 277 | 337 | 0 | 26 | 11 | 4 | 504 | 111 | 125 |
| Binary | 11110101 | 10111111 | 11011111 | 0 | 10110 | 1001 | 100 | 101000100 | 1001001 | 1010101 |
Color Harmonies of #F5BFDF
Complementary color
Monochromatic Colors of #F5BFDF
Black with #F5BFDF
Text Example
Text Example
White with #F5BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BFDF; }
p { color: rgb(245,191,223); }
H1.HeaderClassName
{
color: #F5BFDF;
}
.AnyTagClassName
{
color: #F5BFDF;
}
</style>
background-color css
<style>
a { background-color: #F5BFDF; }
a { background-color: rgb(245,191,223); }
div.DivClassName
{
background-color: #F5BFDF;
}
.BgClassName
{
background-color: #F5BFDF;
}
</style>
border-color css
<style>
span { border-color: #F5BFDF; }
span { border-color: rgb(245,191,223); }
td.TdClassName
{
border-color: #F5BFDF;
}
.TagClassName
{
border-color: #F5BFDF;
}
</style>