Shades of Lavender Pink #F4B0D0
Tints of Lavender Pink #F4B0D0
RGB
CMYK
RGB Variations
Color information
#F4B0D0 (or 0xF4B0D0) is known color: Lavender Pink. HEX triplet: F4, B0 and D0. RGB value is (244,176,208). Sum of RGB (Red+Green+Blue) = 244+176+208=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0D0 is #0B4F2F. Grayscale: #C7C7C7. Windows color (decimal): -741168 or 13676788. OLE color: 13676788.
HSL color Cylindrical-coordinate representation of color #F4B0D0: hue angle of 331.76º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B0D0 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 176 | 208 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.04 |
| HSL | 331.76º | 0.76% | 0.82% | - |
| HSV(B) | 331.76º | 0.28% | 0.96% | - |
| XYZ | 64.22 | 54.84 | 66.87 | - |
| YUV | 199.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 176 | 208 | 0 | 0.28 | 0.15 | 0.04 | 331.76 | 0.76 | 0.82 |
| Hex | F4 | B0 | D0 | 0 | 1C | F | 4 | 14C | 4C | 52 |
| Octal | 364 | 260 | 320 | 0 | 34 | 17 | 4 | 514 | 114 | 122 |
| Binary | 11110100 | 10110000 | 11010000 | 0 | 11100 | 1111 | 100 | 101001100 | 1001100 | 1010010 |
Color Harmonies of #F4B0D0
Complementary color
Monochromatic Colors of #F4B0D0
Black with #F4B0D0
Text Example
Text Example
White with #F4B0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B0D0; }
p { color: rgb(244,176,208); }
H1.HeaderClassName
{
color: #F4B0D0;
}
.AnyTagClassName
{
color: #F4B0D0;
}
</style>
background-color css
<style>
a { background-color: #F4B0D0; }
a { background-color: rgb(244,176,208); }
div.DivClassName
{
background-color: #F4B0D0;
}
.BgClassName
{
background-color: #F4B0D0;
}
</style>
border-color css
<style>
span { border-color: #F4B0D0; }
span { border-color: rgb(244,176,208); }
td.TdClassName
{
border-color: #F4B0D0;
}
.TagClassName
{
border-color: #F4B0D0;
}
</style>