Shades of Lavender Rose #F7B0DF
Tints of Lavender Rose #F7B0DF
RGB
CMYK
RGB Variations
Color information
#F7B0DF (or 0xF7B0DF) is known color: Lavender Rose. HEX triplet: F7, B0 and DF. RGB value is (247,176,223). Sum of RGB (Red+Green+Blue) = 247+176+223=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0DF is #084F20. Grayscale: #CACACA. Windows color (decimal): -544545 or 14659831. OLE color: 14659831.
HSL color Cylindrical-coordinate representation of color #F7B0DF: hue angle of 320.28º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7B0DF is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 223 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.03 |
| HSL | 320.28º | 0.82% | 0.83% | - |
| HSV(B) | 320.28º | 0.29% | 0.97% | - |
| XYZ | 67.2 | 56.15 | 77.11 | - |
| YUV | 202.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 223 | 0 | 0.29 | 0.10 | 0.03 | 320.28 | 0.82 | 0.83 |
| Hex | F7 | B0 | DF | 0 | 1D | A | 3 | 140 | 52 | 53 |
| Octal | 367 | 260 | 337 | 0 | 35 | 12 | 3 | 500 | 122 | 123 |
| Binary | 11110111 | 10110000 | 11011111 | 0 | 11101 | 1010 | 11 | 101000000 | 1010010 | 1010011 |
Color Harmonies of #F7B0DF
Complementary color
Monochromatic Colors of #F7B0DF
Black with #F7B0DF
Text Example
Text Example
White with #F7B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B0DF; }
p { color: rgb(247,176,223); }
H1.HeaderClassName
{
color: #F7B0DF;
}
.AnyTagClassName
{
color: #F7B0DF;
}
</style>
background-color css
<style>
a { background-color: #F7B0DF; }
a { background-color: rgb(247,176,223); }
div.DivClassName
{
background-color: #F7B0DF;
}
.BgClassName
{
background-color: #F7B0DF;
}
</style>
border-color css
<style>
span { border-color: #F7B0DF; }
span { border-color: rgb(247,176,223); }
td.TdClassName
{
border-color: #F7B0DF;
}
.TagClassName
{
border-color: #F7B0DF;
}
</style>