Shades of Lavender Pink #F7B4DF
Tints of Lavender Pink #F7B4DF
RGB
CMYK
RGB Variations
Color information
#F7B4DF (or 0xF7B4DF) is known color: Lavender Pink. HEX triplet: F7, B4 and DF. RGB value is (247,180,223). Sum of RGB (Red+Green+Blue) = 247+180+223=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B4DF is #084B20. Grayscale: #CCCCCC. Windows color (decimal): -543521 or 14660855. OLE color: 14660855.
HSL color Cylindrical-coordinate representation of color #F7B4DF: hue angle of 321.49º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7B4DF is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 180 | 223 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.03 |
| HSL | 321.49º | 0.81% | 0.84% | - |
| HSV(B) | 321.49º | 0.27% | 0.97% | - |
| XYZ | 68 | 57.74 | 77.37 | - |
| YUV | 204.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 223 | 0 | 0.27 | 0.10 | 0.03 | 321.49 | 0.81 | 0.84 |
| Hex | F7 | B4 | DF | 0 | 1B | A | 3 | 141 | 51 | 54 |
| Octal | 367 | 264 | 337 | 0 | 33 | 12 | 3 | 501 | 121 | 124 |
| Binary | 11110111 | 10110100 | 11011111 | 0 | 11011 | 1010 | 11 | 101000001 | 1010001 | 1010100 |
Color Harmonies of #F7B4DF
Complementary color
Monochromatic Colors of #F7B4DF
Black with #F7B4DF
Text Example
Text Example
White with #F7B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B4DF; }
p { color: rgb(247,180,223); }
H1.HeaderClassName
{
color: #F7B4DF;
}
.AnyTagClassName
{
color: #F7B4DF;
}
</style>
background-color css
<style>
a { background-color: #F7B4DF; }
a { background-color: rgb(247,180,223); }
div.DivClassName
{
background-color: #F7B4DF;
}
.BgClassName
{
background-color: #F7B4DF;
}
</style>
border-color css
<style>
span { border-color: #F7B4DF; }
span { border-color: rgb(247,180,223); }
td.TdClassName
{
border-color: #F7B4DF;
}
.TagClassName
{
border-color: #F7B4DF;
}
</style>