Shades of Classic Rose #F7BEE0
Tints of Classic Rose #F7BEE0
RGB
CMYK
RGB Variations
Color information
#F7BEE0 (or 0xF7BEE0) is known color: Classic Rose. HEX triplet: F7, BE and E0. RGB value is (247,190,224). Sum of RGB (Red+Green+Blue) = 247+190+224=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BEE0 is #08411F. Grayscale: #D2D2D2. Windows color (decimal): -540960 or 14728951. OLE color: 14728951.
HSL color Cylindrical-coordinate representation of color #F7BEE0: hue angle of 324.21º degrees, saturation: 0.78, 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 #F7BEE0 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 190 | 224 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.03 |
| HSL | 324.21º | 0.78% | 0.86% | - |
| HSV(B) | 324.21º | 0.23% | 0.97% | - |
| XYZ | 70.23 | 61.98 | 78.78 | - |
| YUV | 210.92 | 135.38 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 190 | 224 | 0 | 0.23 | 0.09 | 0.03 | 324.21 | 0.78 | 0.86 |
| Hex | F7 | BE | E0 | 0 | 17 | 9 | 3 | 144 | 4E | 56 |
| Octal | 367 | 276 | 340 | 0 | 27 | 11 | 3 | 504 | 116 | 126 |
| Binary | 11110111 | 10111110 | 11100000 | 0 | 10111 | 1001 | 11 | 101000100 | 1001110 | 1010110 |
Color Harmonies of #F7BEE0
Complementary color
Monochromatic Colors of #F7BEE0
Black with #F7BEE0
Text Example
Text Example
White with #F7BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BEE0; }
p { color: rgb(247,190,224); }
H1.HeaderClassName
{
color: #F7BEE0;
}
.AnyTagClassName
{
color: #F7BEE0;
}
</style>
background-color css
<style>
a { background-color: #F7BEE0; }
a { background-color: rgb(247,190,224); }
div.DivClassName
{
background-color: #F7BEE0;
}
.BgClassName
{
background-color: #F7BEE0;
}
</style>
border-color css
<style>
span { border-color: #F7BEE0; }
span { border-color: rgb(247,190,224); }
td.TdClassName
{
border-color: #F7BEE0;
}
.TagClassName
{
border-color: #F7BEE0;
}
</style>