Shades of Classic Rose #F7BFE7
Tints of Classic Rose #F7BFE7
RGB
CMYK
RGB Variations
Color information
#F7BFE7 (or 0xF7BFE7) is known color: Classic Rose. HEX triplet: F7, BF and E7. RGB value is (247,191,231). Sum of RGB (Red+Green+Blue) = 247+191+231=669 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.92% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BFE7 is #084018. Grayscale: #D4D4D4. Windows color (decimal): -540697 or 15187959. OLE color: 15187959.
HSL color Cylindrical-coordinate representation of color #F7BFE7: hue angle of 317.14º 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 #F7BFE7 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 231 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.03 |
| HSL | 317.14º | 0.78% | 0.86% | - |
| HSV(B) | 317.14º | 0.23% | 0.97% | - |
| XYZ | 71.41 | 62.81 | 83.96 | - |
| YUV | 212.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 231 | 0 | 0.23 | 0.06 | 0.03 | 317.14 | 0.78 | 0.86 |
| Hex | F7 | BF | E7 | 0 | 17 | 6 | 3 | 13D | 4E | 56 |
| Octal | 367 | 277 | 347 | 0 | 27 | 6 | 3 | 475 | 116 | 126 |
| Binary | 11110111 | 10111111 | 11100111 | 0 | 10111 | 110 | 11 | 100111101 | 1001110 | 1010110 |
Color Harmonies of #F7BFE7
Complementary color
Monochromatic Colors of #F7BFE7
Black with #F7BFE7
Text Example
Text Example
White with #F7BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFE7; }
p { color: rgb(247,191,231); }
H1.HeaderClassName
{
color: #F7BFE7;
}
.AnyTagClassName
{
color: #F7BFE7;
}
</style>
background-color css
<style>
a { background-color: #F7BFE7; }
a { background-color: rgb(247,191,231); }
div.DivClassName
{
background-color: #F7BFE7;
}
.BgClassName
{
background-color: #F7BFE7;
}
</style>
border-color css
<style>
span { border-color: #F7BFE7; }
span { border-color: rgb(247,191,231); }
td.TdClassName
{
border-color: #F7BFE7;
}
.TagClassName
{
border-color: #F7BFE7;
}
</style>