Shades of Classic Rose #F8BED9
Tints of Classic Rose #F8BED9
RGB
CMYK
RGB Variations
Color information
#F8BED9 (or 0xF8BED9) is known color: Classic Rose. HEX triplet: F8, BE and D9. RGB value is (248,190,217). Sum of RGB (Red+Green+Blue) = 248+190+217=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BED9 is #074126. Grayscale: #D2D2D2. Windows color (decimal): -475431 or 14270200. OLE color: 14270200.
HSL color Cylindrical-coordinate representation of color #F8BED9: hue angle of 332.07º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BED9 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 190 | 217 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.03 |
| HSL | 332.07º | 0.81% | 0.86% | - |
| HSV(B) | 332.07º | 0.23% | 0.97% | - |
| XYZ | 69.65 | 61.79 | 73.9 | - |
| YUV | 210.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 190 | 217 | 0 | 0.23 | 0.12 | 0.03 | 332.07 | 0.81 | 0.86 |
| Hex | F8 | BE | D9 | 0 | 17 | C | 3 | 14C | 51 | 56 |
| Octal | 370 | 276 | 331 | 0 | 27 | 14 | 3 | 514 | 121 | 126 |
| Binary | 11111000 | 10111110 | 11011001 | 0 | 10111 | 1100 | 11 | 101001100 | 1010001 | 1010110 |
Color Harmonies of #F8BED9
Complementary color
Monochromatic Colors of #F8BED9
Black with #F8BED9
Text Example
Text Example
White with #F8BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BED9; }
p { color: rgb(248,190,217); }
H1.HeaderClassName
{
color: #F8BED9;
}
.AnyTagClassName
{
color: #F8BED9;
}
</style>
background-color css
<style>
a { background-color: #F8BED9; }
a { background-color: rgb(248,190,217); }
div.DivClassName
{
background-color: #F8BED9;
}
.BgClassName
{
background-color: #F8BED9;
}
</style>
border-color css
<style>
span { border-color: #F8BED9; }
span { border-color: rgb(248,190,217); }
td.TdClassName
{
border-color: #F8BED9;
}
.TagClassName
{
border-color: #F8BED9;
}
</style>