Shades of Classic Rose #F8BDE3
Tints of Classic Rose #F8BDE3
RGB
CMYK
RGB Variations
Color information
#F8BDE3 (or 0xF8BDE3) is known color: Classic Rose. HEX triplet: F8, BD and E3. RGB value is (248,189,227). Sum of RGB (Red+Green+Blue) = 248+189+227=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDE3 is #07421C. Grayscale: #D2D2D2. Windows color (decimal): -475677 or 14925304. OLE color: 14925304.
HSL color Cylindrical-coordinate representation of color #F8BDE3: hue angle of 321.36º 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 #F8BDE3 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 227 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.03 |
| HSL | 321.36º | 0.81% | 0.86% | - |
| HSV(B) | 321.36º | 0.24% | 0.97% | - |
| XYZ | 70.77 | 61.9 | 80.89 | - |
| YUV | 210.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 227 | 0 | 0.24 | 0.08 | 0.03 | 321.36 | 0.81 | 0.86 |
| Hex | F8 | BD | E3 | 0 | 18 | 8 | 3 | 141 | 51 | 56 |
| Octal | 370 | 275 | 343 | 0 | 30 | 10 | 3 | 501 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11100011 | 0 | 11000 | 1000 | 11 | 101000001 | 1010001 | 1010110 |
Color Harmonies of #F8BDE3
Complementary color
Monochromatic Colors of #F8BDE3
Black with #F8BDE3
Text Example
Text Example
White with #F8BDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDE3; }
p { color: rgb(248,189,227); }
H1.HeaderClassName
{
color: #F8BDE3;
}
.AnyTagClassName
{
color: #F8BDE3;
}
</style>
background-color css
<style>
a { background-color: #F8BDE3; }
a { background-color: rgb(248,189,227); }
div.DivClassName
{
background-color: #F8BDE3;
}
.BgClassName
{
background-color: #F8BDE3;
}
</style>
border-color css
<style>
span { border-color: #F8BDE3; }
span { border-color: rgb(248,189,227); }
td.TdClassName
{
border-color: #F8BDE3;
}
.TagClassName
{
border-color: #F8BDE3;
}
</style>