Shades of Classic Rose #F8BDDB
Tints of Classic Rose #F8BDDB
RGB
CMYK
RGB Variations
Color information
#F8BDDB (or 0xF8BDDB) is known color: Classic Rose. HEX triplet: F8, BD and DB. RGB value is (248,189,219). Sum of RGB (Red+Green+Blue) = 248+189+219=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDDB is #074224. Grayscale: #D1D1D1. Windows color (decimal): -475685 or 14401016. OLE color: 14401016.
HSL color Cylindrical-coordinate representation of color #F8BDDB: hue angle of 329.49º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BDDB is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 219 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.03 |
| HSL | 329.49º | 0.81% | 0.86% | - |
| HSV(B) | 329.49º | 0.24% | 0.97% | - |
| XYZ | 69.7 | 61.47 | 75.21 | - |
| YUV | 210.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 219 | 0 | 0.24 | 0.12 | 0.03 | 329.49 | 0.81 | 0.86 |
| Hex | F8 | BD | DB | 0 | 18 | C | 3 | 149 | 51 | 56 |
| Octal | 370 | 275 | 333 | 0 | 30 | 14 | 3 | 511 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11011011 | 0 | 11000 | 1100 | 11 | 101001001 | 1010001 | 1010110 |
Color Harmonies of #F8BDDB
Complementary color
Monochromatic Colors of #F8BDDB
Black with #F8BDDB
Text Example
Text Example
White with #F8BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDDB; }
p { color: rgb(248,189,219); }
H1.HeaderClassName
{
color: #F8BDDB;
}
.AnyTagClassName
{
color: #F8BDDB;
}
</style>
background-color css
<style>
a { background-color: #F8BDDB; }
a { background-color: rgb(248,189,219); }
div.DivClassName
{
background-color: #F8BDDB;
}
.BgClassName
{
background-color: #F8BDDB;
}
</style>
border-color css
<style>
span { border-color: #F8BDDB; }
span { border-color: rgb(248,189,219); }
td.TdClassName
{
border-color: #F8BDDB;
}
.TagClassName
{
border-color: #F8BDDB;
}
</style>