Shades of Classic Rose #F8BEE1
Tints of Classic Rose #F8BEE1
RGB
CMYK
RGB Variations
Color information
#F8BEE1 (or 0xF8BEE1) is known color: Classic Rose. HEX triplet: F8, BE and E1. RGB value is (248,190,225). Sum of RGB (Red+Green+Blue) = 248+190+225=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BEE1 is #07411E. Grayscale: #D3D3D3. Windows color (decimal): -475423 or 14794488. OLE color: 14794488.
HSL color Cylindrical-coordinate representation of color #F8BEE1: hue angle of 323.79º 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 #F8BEE1 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 190 | 225 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.03 |
| HSL | 323.79º | 0.81% | 0.86% | - |
| HSV(B) | 323.79º | 0.23% | 0.97% | - |
| XYZ | 70.72 | 62.22 | 79.52 | - |
| YUV | 211.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 190 | 225 | 0 | 0.23 | 0.09 | 0.03 | 323.79 | 0.81 | 0.86 |
| Hex | F8 | BE | E1 | 0 | 17 | 9 | 3 | 144 | 51 | 56 |
| Octal | 370 | 276 | 341 | 0 | 27 | 11 | 3 | 504 | 121 | 126 |
| Binary | 11111000 | 10111110 | 11100001 | 0 | 10111 | 1001 | 11 | 101000100 | 1010001 | 1010110 |
Color Harmonies of #F8BEE1
Complementary color
Monochromatic Colors of #F8BEE1
Black with #F8BEE1
Text Example
Text Example
White with #F8BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BEE1; }
p { color: rgb(248,190,225); }
H1.HeaderClassName
{
color: #F8BEE1;
}
.AnyTagClassName
{
color: #F8BEE1;
}
</style>
background-color css
<style>
a { background-color: #F8BEE1; }
a { background-color: rgb(248,190,225); }
div.DivClassName
{
background-color: #F8BEE1;
}
.BgClassName
{
background-color: #F8BEE1;
}
</style>
border-color css
<style>
span { border-color: #F8BEE1; }
span { border-color: rgb(248,190,225); }
td.TdClassName
{
border-color: #F8BEE1;
}
.TagClassName
{
border-color: #F8BEE1;
}
</style>