Shades of Classic Rose #F8BDE7
Tints of Classic Rose #F8BDE7
RGB
CMYK
RGB Variations
Color information
#F8BDE7 (or 0xF8BDE7) is known color: Classic Rose. HEX triplet: F8, BD and E7. RGB value is (248,189,231). Sum of RGB (Red+Green+Blue) = 248+189+231=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BDE7 is #074218. Grayscale: #D3D3D3. Windows color (decimal): -475673 or 15187448. OLE color: 15187448.
HSL color Cylindrical-coordinate representation of color #F8BDE7: hue angle of 317.29º 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 #F8BDE7 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 231 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.03 |
| HSL | 317.29º | 0.81% | 0.86% | - |
| HSV(B) | 317.29º | 0.24% | 0.97% | - |
| XYZ | 71.33 | 62.12 | 83.83 | - |
| YUV | 211.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 231 | 0 | 0.24 | 0.07 | 0.03 | 317.29 | 0.81 | 0.86 |
| Hex | F8 | BD | E7 | 0 | 18 | 7 | 3 | 13D | 51 | 56 |
| Octal | 370 | 275 | 347 | 0 | 30 | 7 | 3 | 475 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11100111 | 0 | 11000 | 111 | 11 | 100111101 | 1010001 | 1010110 |
Color Harmonies of #F8BDE7
Complementary color
Monochromatic Colors of #F8BDE7
Black with #F8BDE7
Text Example
Text Example
White with #F8BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDE7; }
p { color: rgb(248,189,231); }
H1.HeaderClassName
{
color: #F8BDE7;
}
.AnyTagClassName
{
color: #F8BDE7;
}
</style>
background-color css
<style>
a { background-color: #F8BDE7; }
a { background-color: rgb(248,189,231); }
div.DivClassName
{
background-color: #F8BDE7;
}
.BgClassName
{
background-color: #F8BDE7;
}
</style>
border-color css
<style>
span { border-color: #F8BDE7; }
span { border-color: rgb(248,189,231); }
td.TdClassName
{
border-color: #F8BDE7;
}
.TagClassName
{
border-color: #F8BDE7;
}
</style>