Shades of Classic Rose #F8BFE9
Tints of Classic Rose #F8BFE9
RGB
CMYK
RGB Variations
Color information
#F8BFE9 (or 0xF8BFE9) is known color: Classic Rose. HEX triplet: F8, BF and E9. RGB value is (248,191,233). Sum of RGB (Red+Green+Blue) = 248+191+233=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BFE9 is #074016. Grayscale: #D4D4D4. Windows color (decimal): -475159 or 15319032. OLE color: 15319032.
HSL color Cylindrical-coordinate representation of color #F8BFE9: hue angle of 315.79º degrees, saturation: 0.8, 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 #F8BFE9 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 233 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.03 |
| HSL | 315.79º | 0.8% | 0.86% | - |
| HSV(B) | 315.79º | 0.23% | 0.97% | - |
| XYZ | 72.05 | 63.1 | 85.47 | - |
| YUV | 212.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 233 | 0 | 0.23 | 0.06 | 0.03 | 315.79 | 0.8 | 0.86 |
| Hex | F8 | BF | E9 | 0 | 17 | 6 | 3 | 13C | 50 | 56 |
| Octal | 370 | 277 | 351 | 0 | 27 | 6 | 3 | 474 | 120 | 126 |
| Binary | 11111000 | 10111111 | 11101001 | 0 | 10111 | 110 | 11 | 100111100 | 1010000 | 1010110 |
Color Harmonies of #F8BFE9
Complementary color
Monochromatic Colors of #F8BFE9
Black with #F8BFE9
Text Example
Text Example
White with #F8BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFE9; }
p { color: rgb(248,191,233); }
H1.HeaderClassName
{
color: #F8BFE9;
}
.AnyTagClassName
{
color: #F8BFE9;
}
</style>
background-color css
<style>
a { background-color: #F8BFE9; }
a { background-color: rgb(248,191,233); }
div.DivClassName
{
background-color: #F8BFE9;
}
.BgClassName
{
background-color: #F8BFE9;
}
</style>
border-color css
<style>
span { border-color: #F8BFE9; }
span { border-color: rgb(248,191,233); }
td.TdClassName
{
border-color: #F8BFE9;
}
.TagClassName
{
border-color: #F8BFE9;
}
</style>