Shades of Classic Rose #F7BDE5
Tints of Classic Rose #F7BDE5
RGB
CMYK
RGB Variations
Color information
#F7BDE5 (or 0xF7BDE5) is known color: Classic Rose. HEX triplet: F7, BD and E5. RGB value is (247,189,229). Sum of RGB (Red+Green+Blue) = 247+189+229=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDE5 is #08421A. Grayscale: #D2D2D2. Windows color (decimal): -541211 or 15056375. OLE color: 15056375.
HSL color Cylindrical-coordinate representation of color #F7BDE5: hue angle of 318.62º 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 #F7BDE5 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 229 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.03 |
| HSL | 318.62º | 0.78% | 0.85% | - |
| HSV(B) | 318.62º | 0.23% | 0.97% | - |
| XYZ | 70.7 | 61.83 | 82.34 | - |
| YUV | 210.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 229 | 0 | 0.23 | 0.07 | 0.03 | 318.62 | 0.78 | 0.85 |
| Hex | F7 | BD | E5 | 0 | 17 | 7 | 3 | 13F | 4E | 55 |
| Octal | 367 | 275 | 345 | 0 | 27 | 7 | 3 | 477 | 116 | 125 |
| Binary | 11110111 | 10111101 | 11100101 | 0 | 10111 | 111 | 11 | 100111111 | 1001110 | 1010101 |
Color Harmonies of #F7BDE5
Complementary color
Monochromatic Colors of #F7BDE5
Black with #F7BDE5
Text Example
Text Example
White with #F7BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BDE5; }
p { color: rgb(247,189,229); }
H1.HeaderClassName
{
color: #F7BDE5;
}
.AnyTagClassName
{
color: #F7BDE5;
}
</style>
background-color css
<style>
a { background-color: #F7BDE5; }
a { background-color: rgb(247,189,229); }
div.DivClassName
{
background-color: #F7BDE5;
}
.BgClassName
{
background-color: #F7BDE5;
}
</style>
border-color css
<style>
span { border-color: #F7BDE5; }
span { border-color: rgb(247,189,229); }
td.TdClassName
{
border-color: #F7BDE5;
}
.TagClassName
{
border-color: #F7BDE5;
}
</style>