Shades of Lavender Pink #F7B4D3
Tints of Lavender Pink #F7B4D3
RGB
CMYK
RGB Variations
Color information
#F7B4D3 (or 0xF7B4D3) is known color: Lavender Pink. HEX triplet: F7, B4 and D3. RGB value is (247,180,211). Sum of RGB (Red+Green+Blue) = 247+180+211=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B4D3 is #084B2C. Grayscale: #CBCBCB. Windows color (decimal): -543533 or 13874423. OLE color: 13874423.
HSL color Cylindrical-coordinate representation of color #F7B4D3: hue angle of 332.24º 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 #F7B4D3 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 180 | 211 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.03 |
| HSL | 332.24º | 0.81% | 0.84% | - |
| HSV(B) | 332.24º | 0.27% | 0.97% | - |
| XYZ | 66.44 | 57.12 | 69.15 | - |
| YUV | 203.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 211 | 0 | 0.27 | 0.15 | 0.03 | 332.24 | 0.81 | 0.84 |
| Hex | F7 | B4 | D3 | 0 | 1B | F | 3 | 14C | 51 | 54 |
| Octal | 367 | 264 | 323 | 0 | 33 | 17 | 3 | 514 | 121 | 124 |
| Binary | 11110111 | 10110100 | 11010011 | 0 | 11011 | 1111 | 11 | 101001100 | 1010001 | 1010100 |
Color Harmonies of #F7B4D3
Complementary color
Monochromatic Colors of #F7B4D3
Black with #F7B4D3
Text Example
Text Example
White with #F7B4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B4D3; }
p { color: rgb(247,180,211); }
H1.HeaderClassName
{
color: #F7B4D3;
}
.AnyTagClassName
{
color: #F7B4D3;
}
</style>
background-color css
<style>
a { background-color: #F7B4D3; }
a { background-color: rgb(247,180,211); }
div.DivClassName
{
background-color: #F7B4D3;
}
.BgClassName
{
background-color: #F7B4D3;
}
</style>
border-color css
<style>
span { border-color: #F7B4D3; }
span { border-color: rgb(247,180,211); }
td.TdClassName
{
border-color: #F7B4D3;
}
.TagClassName
{
border-color: #F7B4D3;
}
</style>