Shades of Lavender Pink #F7B4DD
Tints of Lavender Pink #F7B4DD
RGB
CMYK
RGB Variations
Color information
#F7B4DD (or 0xF7B4DD) is known color: Lavender Pink. HEX triplet: F7, B4 and DD. RGB value is (247,180,221). Sum of RGB (Red+Green+Blue) = 247+180+221=648 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.12% from 648); Green value is 180 (70.70% from 255 or 27.78% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B4DD is #084B22. Grayscale: #CCCCCC. Windows color (decimal): -543523 or 14529783. OLE color: 14529783.
HSL color Cylindrical-coordinate representation of color #F7B4DD: hue angle of 323.28º 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 #F7B4DD is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 180 | 221 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.03 |
| HSL | 323.28º | 0.81% | 0.84% | - |
| HSV(B) | 323.28º | 0.27% | 0.97% | - |
| XYZ | 67.73 | 57.64 | 75.96 | - |
| YUV | 204.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 221 | 0 | 0.27 | 0.11 | 0.03 | 323.28 | 0.81 | 0.84 |
| Hex | F7 | B4 | DD | 0 | 1B | B | 3 | 143 | 51 | 54 |
| Octal | 367 | 264 | 335 | 0 | 33 | 13 | 3 | 503 | 121 | 124 |
| Binary | 11110111 | 10110100 | 11011101 | 0 | 11011 | 1011 | 11 | 101000011 | 1010001 | 1010100 |
Color Harmonies of #F7B4DD
Complementary color
Monochromatic Colors of #F7B4DD
Black with #F7B4DD
Text Example
Text Example
White with #F7B4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B4DD; }
p { color: rgb(247,180,221); }
H1.HeaderClassName
{
color: #F7B4DD;
}
.AnyTagClassName
{
color: #F7B4DD;
}
</style>
background-color css
<style>
a { background-color: #F7B4DD; }
a { background-color: rgb(247,180,221); }
div.DivClassName
{
background-color: #F7B4DD;
}
.BgClassName
{
background-color: #F7B4DD;
}
</style>
border-color css
<style>
span { border-color: #F7B4DD; }
span { border-color: rgb(247,180,221); }
td.TdClassName
{
border-color: #F7B4DD;
}
.TagClassName
{
border-color: #F7B4DD;
}
</style>