Shades of Classic Rose #F8BCDF
Tints of Classic Rose #F8BCDF
RGB
CMYK
RGB Variations
Color information
#F8BCDF (or 0xF8BCDF) is known color: Classic Rose. HEX triplet: F8, BC and DF. RGB value is (248,188,223). Sum of RGB (Red+Green+Blue) = 248+188+223=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCDF is #074320. Grayscale: #D1D1D1. Windows color (decimal): -475937 or 14662904. OLE color: 14662904.
HSL color Cylindrical-coordinate representation of color #F8BCDF: hue angle of 325º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BCDF is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 223 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.03 |
| HSL | 325º | 0.81% | 0.85% | - |
| HSV(B) | 325º | 0.24% | 0.97% | - |
| XYZ | 70.01 | 61.25 | 77.94 | - |
| YUV | 209.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 223 | 0 | 0.24 | 0.10 | 0.03 | 325 | 0.81 | 0.85 |
| Hex | F8 | BC | DF | 0 | 18 | A | 3 | 145 | 51 | 55 |
| Octal | 370 | 274 | 337 | 0 | 30 | 12 | 3 | 505 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11011111 | 0 | 11000 | 1010 | 11 | 101000101 | 1010001 | 1010101 |
Color Harmonies of #F8BCDF
Complementary color
Monochromatic Colors of #F8BCDF
Black with #F8BCDF
Text Example
Text Example
White with #F8BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCDF; }
p { color: rgb(248,188,223); }
H1.HeaderClassName
{
color: #F8BCDF;
}
.AnyTagClassName
{
color: #F8BCDF;
}
</style>
background-color css
<style>
a { background-color: #F8BCDF; }
a { background-color: rgb(248,188,223); }
div.DivClassName
{
background-color: #F8BCDF;
}
.BgClassName
{
background-color: #F8BCDF;
}
</style>
border-color css
<style>
span { border-color: #F8BCDF; }
span { border-color: rgb(248,188,223); }
td.TdClassName
{
border-color: #F8BCDF;
}
.TagClassName
{
border-color: #F8BCDF;
}
</style>