Shades of Classic Rose #F7BDE2
Tints of Classic Rose #F7BDE2
RGB
CMYK
RGB Variations
Color information
#F7BDE2 (or 0xF7BDE2) is known color: Classic Rose. HEX triplet: F7, BD and E2. RGB value is (247,189,226). Sum of RGB (Red+Green+Blue) = 247+189+226=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDE2 is #08421D. Grayscale: #D2D2D2. Windows color (decimal): -541214 or 14859767. OLE color: 14859767.
HSL color Cylindrical-coordinate representation of color #F7BDE2: hue angle of 321.72º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BDE2 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 226 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.03 |
| HSL | 321.72º | 0.78% | 0.85% | - |
| HSV(B) | 321.72º | 0.23% | 0.97% | - |
| XYZ | 70.28 | 61.66 | 80.15 | - |
| YUV | 210.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 226 | 0 | 0.23 | 0.09 | 0.03 | 321.72 | 0.78 | 0.85 |
| Hex | F7 | BD | E2 | 0 | 17 | 9 | 3 | 142 | 4E | 55 |
| Octal | 367 | 275 | 342 | 0 | 27 | 11 | 3 | 502 | 116 | 125 |
| Binary | 11110111 | 10111101 | 11100010 | 0 | 10111 | 1001 | 11 | 101000010 | 1001110 | 1010101 |
Color Harmonies of #F7BDE2
Complementary color
Monochromatic Colors of #F7BDE2
Black with #F7BDE2
Text Example
Text Example
White with #F7BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BDE2; }
p { color: rgb(247,189,226); }
H1.HeaderClassName
{
color: #F7BDE2;
}
.AnyTagClassName
{
color: #F7BDE2;
}
</style>
background-color css
<style>
a { background-color: #F7BDE2; }
a { background-color: rgb(247,189,226); }
div.DivClassName
{
background-color: #F7BDE2;
}
.BgClassName
{
background-color: #F7BDE2;
}
</style>
border-color css
<style>
span { border-color: #F7BDE2; }
span { border-color: rgb(247,189,226); }
td.TdClassName
{
border-color: #F7BDE2;
}
.TagClassName
{
border-color: #F7BDE2;
}
</style>