Shades of Classic Rose #F8BDE6
Tints of Classic Rose #F8BDE6
RGB
CMYK
RGB Variations
Color information
#F8BDE6 (or 0xF8BDE6) is known color: Classic Rose. HEX triplet: F8, BD and E6. RGB value is (248,189,230). Sum of RGB (Red+Green+Blue) = 248+189+230=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDE6 is #074219. Grayscale: #D3D3D3. Windows color (decimal): -475674 or 15121912. OLE color: 15121912.
HSL color Cylindrical-coordinate representation of color #F8BDE6: hue angle of 318.31º 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 #F8BDE6 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 230 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.03 |
| HSL | 318.31º | 0.81% | 0.86% | - |
| HSV(B) | 318.31º | 0.24% | 0.97% | - |
| XYZ | 71.19 | 62.06 | 83.09 | - |
| YUV | 211.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 230 | 0 | 0.24 | 0.07 | 0.03 | 318.31 | 0.81 | 0.86 |
| Hex | F8 | BD | E6 | 0 | 18 | 7 | 3 | 13E | 51 | 56 |
| Octal | 370 | 275 | 346 | 0 | 30 | 7 | 3 | 476 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11100110 | 0 | 11000 | 111 | 11 | 100111110 | 1010001 | 1010110 |
Color Harmonies of #F8BDE6
Complementary color
Monochromatic Colors of #F8BDE6
Black with #F8BDE6
Text Example
Text Example
White with #F8BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDE6; }
p { color: rgb(248,189,230); }
H1.HeaderClassName
{
color: #F8BDE6;
}
.AnyTagClassName
{
color: #F8BDE6;
}
</style>
background-color css
<style>
a { background-color: #F8BDE6; }
a { background-color: rgb(248,189,230); }
div.DivClassName
{
background-color: #F8BDE6;
}
.BgClassName
{
background-color: #F8BDE6;
}
</style>
border-color css
<style>
span { border-color: #F8BDE6; }
span { border-color: rgb(248,189,230); }
td.TdClassName
{
border-color: #F8BDE6;
}
.TagClassName
{
border-color: #F8BDE6;
}
</style>