Shades of Lavender Pink #F4B5D1
Tints of Lavender Pink #F4B5D1
RGB
CMYK
RGB Variations
Color information
#F4B5D1 (or 0xF4B5D1) is known color: Lavender Pink. HEX triplet: F4, B5 and D1. RGB value is (244,181,209). Sum of RGB (Red+Green+Blue) = 244+181+209=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B5D1 is #0B4A2E. Grayscale: #CACACA. Windows color (decimal): -739887 or 13743604. OLE color: 13743604.
HSL color Cylindrical-coordinate representation of color #F4B5D1: hue angle of 333.33º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4B5D1 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 181 | 209 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.04 |
| HSL | 333.33º | 0.74% | 0.83% | - |
| HSV(B) | 333.33º | 0.26% | 0.96% | - |
| XYZ | 65.34 | 56.88 | 67.86 | - |
| YUV | 203.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 181 | 209 | 0 | 0.26 | 0.14 | 0.04 | 333.33 | 0.74 | 0.83 |
| Hex | F4 | B5 | D1 | 0 | 1A | E | 4 | 14D | 4A | 53 |
| Octal | 364 | 265 | 321 | 0 | 32 | 16 | 4 | 515 | 112 | 123 |
| Binary | 11110100 | 10110101 | 11010001 | 0 | 11010 | 1110 | 100 | 101001101 | 1001010 | 1010011 |
Color Harmonies of #F4B5D1
Complementary color
Monochromatic Colors of #F4B5D1
Black with #F4B5D1
Text Example
Text Example
White with #F4B5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B5D1; }
p { color: rgb(244,181,209); }
H1.HeaderClassName
{
color: #F4B5D1;
}
.AnyTagClassName
{
color: #F4B5D1;
}
</style>
background-color css
<style>
a { background-color: #F4B5D1; }
a { background-color: rgb(244,181,209); }
div.DivClassName
{
background-color: #F4B5D1;
}
.BgClassName
{
background-color: #F4B5D1;
}
</style>
border-color css
<style>
span { border-color: #F4B5D1; }
span { border-color: rgb(244,181,209); }
td.TdClassName
{
border-color: #F4B5D1;
}
.TagClassName
{
border-color: #F4B5D1;
}
</style>