Shades of Classic Rose #F8BDE2
Tints of Classic Rose #F8BDE2
RGB
CMYK
RGB Variations
Color information
#F8BDE2 (or 0xF8BDE2) is known color: Classic Rose. HEX triplet: F8, BD and E2. RGB value is (248,189,226). Sum of RGB (Red+Green+Blue) = 248+189+226=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDE2 is #07421D. Grayscale: #D2D2D2. Windows color (decimal): -475678 or 14859768. OLE color: 14859768.
HSL color Cylindrical-coordinate representation of color #F8BDE2: hue angle of 322.37º 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 #F8BDE2 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 226 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.03 |
| HSL | 322.37º | 0.81% | 0.86% | - |
| HSV(B) | 322.37º | 0.24% | 0.97% | - |
| XYZ | 70.64 | 61.84 | 80.17 | - |
| YUV | 210.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 226 | 0 | 0.24 | 0.09 | 0.03 | 322.37 | 0.81 | 0.86 |
| Hex | F8 | BD | E2 | 0 | 18 | 9 | 3 | 142 | 51 | 56 |
| Octal | 370 | 275 | 342 | 0 | 30 | 11 | 3 | 502 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11100010 | 0 | 11000 | 1001 | 11 | 101000010 | 1010001 | 1010110 |
Color Harmonies of #F8BDE2
Complementary color
Monochromatic Colors of #F8BDE2
Black with #F8BDE2
Text Example
Text Example
White with #F8BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDE2; }
p { color: rgb(248,189,226); }
H1.HeaderClassName
{
color: #F8BDE2;
}
.AnyTagClassName
{
color: #F8BDE2;
}
</style>
background-color css
<style>
a { background-color: #F8BDE2; }
a { background-color: rgb(248,189,226); }
div.DivClassName
{
background-color: #F8BDE2;
}
.BgClassName
{
background-color: #F8BDE2;
}
</style>
border-color css
<style>
span { border-color: #F8BDE2; }
span { border-color: rgb(248,189,226); }
td.TdClassName
{
border-color: #F8BDE2;
}
.TagClassName
{
border-color: #F8BDE2;
}
</style>