Shades of Lavender Pink #F4B5D5
Tints of Lavender Pink #F4B5D5
RGB
CMYK
RGB Variations
Color information
#F4B5D5 (or 0xF4B5D5) is known color: Lavender Pink. HEX triplet: F4, B5 and D5. RGB value is (244,181,213). Sum of RGB (Red+Green+Blue) = 244+181+213=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B5D5 is #0B4A2A. Grayscale: #CBCBCB. Windows color (decimal): -739883 or 14005748. OLE color: 14005748.
HSL color Cylindrical-coordinate representation of color #F4B5D5: hue angle of 329.52º 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 #F4B5D5 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 181 | 213 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.04 |
| HSL | 329.52º | 0.74% | 0.83% | - |
| HSV(B) | 329.52º | 0.26% | 0.96% | - |
| XYZ | 65.84 | 57.08 | 70.5 | - |
| YUV | 203.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 181 | 213 | 0 | 0.26 | 0.13 | 0.04 | 329.52 | 0.74 | 0.83 |
| Hex | F4 | B5 | D5 | 0 | 1A | D | 4 | 14A | 4A | 53 |
| Octal | 364 | 265 | 325 | 0 | 32 | 15 | 4 | 512 | 112 | 123 |
| Binary | 11110100 | 10110101 | 11010101 | 0 | 11010 | 1101 | 100 | 101001010 | 1001010 | 1010011 |
Color Harmonies of #F4B5D5
Complementary color
Monochromatic Colors of #F4B5D5
Black with #F4B5D5
Text Example
Text Example
White with #F4B5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B5D5; }
p { color: rgb(244,181,213); }
H1.HeaderClassName
{
color: #F4B5D5;
}
.AnyTagClassName
{
color: #F4B5D5;
}
</style>
background-color css
<style>
a { background-color: #F4B5D5; }
a { background-color: rgb(244,181,213); }
div.DivClassName
{
background-color: #F4B5D5;
}
.BgClassName
{
background-color: #F4B5D5;
}
</style>
border-color css
<style>
span { border-color: #F4B5D5; }
span { border-color: rgb(244,181,213); }
td.TdClassName
{
border-color: #F4B5D5;
}
.TagClassName
{
border-color: #F4B5D5;
}
</style>