Shades of Classic Rose #F7BEE5
Tints of Classic Rose #F7BEE5
RGB
CMYK
RGB Variations
Color information
#F7BEE5 (or 0xF7BEE5) is known color: Classic Rose. HEX triplet: F7, BE and E5. RGB value is (247,190,229). Sum of RGB (Red+Green+Blue) = 247+190+229=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BEE5 is #08411A. Grayscale: #D3D3D3. Windows color (decimal): -540955 or 15056631. OLE color: 15056631.
HSL color Cylindrical-coordinate representation of color #F7BEE5: hue angle of 318.95º 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 #F7BEE5 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 190 | 229 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.03 |
| HSL | 318.95º | 0.78% | 0.86% | - |
| HSV(B) | 318.95º | 0.23% | 0.97% | - |
| XYZ | 70.91 | 62.26 | 82.41 | - |
| YUV | 211.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 190 | 229 | 0 | 0.23 | 0.07 | 0.03 | 318.95 | 0.78 | 0.86 |
| Hex | F7 | BE | E5 | 0 | 17 | 7 | 3 | 13F | 4E | 56 |
| Octal | 367 | 276 | 345 | 0 | 27 | 7 | 3 | 477 | 116 | 126 |
| Binary | 11110111 | 10111110 | 11100101 | 0 | 10111 | 111 | 11 | 100111111 | 1001110 | 1010110 |
Color Harmonies of #F7BEE5
Complementary color
Monochromatic Colors of #F7BEE5
Black with #F7BEE5
Text Example
Text Example
White with #F7BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BEE5; }
p { color: rgb(247,190,229); }
H1.HeaderClassName
{
color: #F7BEE5;
}
.AnyTagClassName
{
color: #F7BEE5;
}
</style>
background-color css
<style>
a { background-color: #F7BEE5; }
a { background-color: rgb(247,190,229); }
div.DivClassName
{
background-color: #F7BEE5;
}
.BgClassName
{
background-color: #F7BEE5;
}
</style>
border-color css
<style>
span { border-color: #F7BEE5; }
span { border-color: rgb(247,190,229); }
td.TdClassName
{
border-color: #F7BEE5;
}
.TagClassName
{
border-color: #F7BEE5;
}
</style>