Shades of Classic Rose #F8BDE5
Tints of Classic Rose #F8BDE5
RGB
CMYK
RGB Variations
Color information
#F8BDE5 (or 0xF8BDE5) is known color: Classic Rose. HEX triplet: F8, BD and E5. RGB value is (248,189,229). Sum of RGB (Red+Green+Blue) = 248+189+229=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDE5 is #07421A. Grayscale: #D3D3D3. Windows color (decimal): -475675 or 15056376. OLE color: 15056376.
HSL color Cylindrical-coordinate representation of color #F8BDE5: hue angle of 319.32º 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 #F8BDE5 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 229 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.03 |
| HSL | 319.32º | 0.81% | 0.86% | - |
| HSV(B) | 319.32º | 0.24% | 0.97% | - |
| XYZ | 71.05 | 62.01 | 82.35 | - |
| YUV | 211.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 229 | 0 | 0.24 | 0.08 | 0.03 | 319.32 | 0.81 | 0.86 |
| Hex | F8 | BD | E5 | 0 | 18 | 8 | 3 | 13F | 51 | 56 |
| Octal | 370 | 275 | 345 | 0 | 30 | 10 | 3 | 477 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11100101 | 0 | 11000 | 1000 | 11 | 100111111 | 1010001 | 1010110 |
Color Harmonies of #F8BDE5
Complementary color
Monochromatic Colors of #F8BDE5
Black with #F8BDE5
Text Example
Text Example
White with #F8BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDE5; }
p { color: rgb(248,189,229); }
H1.HeaderClassName
{
color: #F8BDE5;
}
.AnyTagClassName
{
color: #F8BDE5;
}
</style>
background-color css
<style>
a { background-color: #F8BDE5; }
a { background-color: rgb(248,189,229); }
div.DivClassName
{
background-color: #F8BDE5;
}
.BgClassName
{
background-color: #F8BDE5;
}
</style>
border-color css
<style>
span { border-color: #F8BDE5; }
span { border-color: rgb(248,189,229); }
td.TdClassName
{
border-color: #F8BDE5;
}
.TagClassName
{
border-color: #F8BDE5;
}
</style>