Shades of Classic Rose #F7BFE2
Tints of Classic Rose #F7BFE2
RGB
CMYK
RGB Variations
Color information
#F7BFE2 (or 0xF7BFE2) is known color: Classic Rose. HEX triplet: F7, BF and E2. RGB value is (247,191,226). Sum of RGB (Red+Green+Blue) = 247+191+226=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFE2 is #08401D. Grayscale: #D3D3D3. Windows color (decimal): -540702 or 14860279. OLE color: 14860279.
HSL color Cylindrical-coordinate representation of color #F7BFE2: hue angle of 322.5º 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 #F7BFE2 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 226 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.03 |
| HSL | 322.5º | 0.78% | 0.86% | - |
| HSV(B) | 322.5º | 0.23% | 0.97% | - |
| XYZ | 70.72 | 62.53 | 80.29 | - |
| YUV | 211.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 226 | 0 | 0.23 | 0.09 | 0.03 | 322.5 | 0.78 | 0.86 |
| Hex | F7 | BF | E2 | 0 | 17 | 9 | 3 | 142 | 4E | 56 |
| Octal | 367 | 277 | 342 | 0 | 27 | 11 | 3 | 502 | 116 | 126 |
| Binary | 11110111 | 10111111 | 11100010 | 0 | 10111 | 1001 | 11 | 101000010 | 1001110 | 1010110 |
Color Harmonies of #F7BFE2
Complementary color
Monochromatic Colors of #F7BFE2
Black with #F7BFE2
Text Example
Text Example
White with #F7BFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFE2; }
p { color: rgb(247,191,226); }
H1.HeaderClassName
{
color: #F7BFE2;
}
.AnyTagClassName
{
color: #F7BFE2;
}
</style>
background-color css
<style>
a { background-color: #F7BFE2; }
a { background-color: rgb(247,191,226); }
div.DivClassName
{
background-color: #F7BFE2;
}
.BgClassName
{
background-color: #F7BFE2;
}
</style>
border-color css
<style>
span { border-color: #F7BFE2; }
span { border-color: rgb(247,191,226); }
td.TdClassName
{
border-color: #F7BFE2;
}
.TagClassName
{
border-color: #F7BFE2;
}
</style>