Shades of Lavender Pink #F4B1DA
Tints of Lavender Pink #F4B1DA
RGB
CMYK
RGB Variations
Color information
#F4B1DA (or 0xF4B1DA) is known color: Lavender Pink. HEX triplet: F4, B1 and DA. RGB value is (244,177,218). Sum of RGB (Red+Green+Blue) = 244+177+218=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B1DA is #0B4E25. Grayscale: #C9C9C9. Windows color (decimal): -740902 or 14332404. OLE color: 14332404.
HSL color Cylindrical-coordinate representation of color #F4B1DA: hue angle of 323.28º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4B1DA is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 177 | 218 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.04 |
| HSL | 323.28º | 0.75% | 0.83% | - |
| HSV(B) | 323.28º | 0.27% | 0.96% | - |
| XYZ | 65.69 | 55.74 | 73.63 | - |
| YUV | 201.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 177 | 218 | 0 | 0.27 | 0.11 | 0.04 | 323.28 | 0.75 | 0.83 |
| Hex | F4 | B1 | DA | 0 | 1B | B | 4 | 143 | 4B | 53 |
| Octal | 364 | 261 | 332 | 0 | 33 | 13 | 4 | 503 | 113 | 123 |
| Binary | 11110100 | 10110001 | 11011010 | 0 | 11011 | 1011 | 100 | 101000011 | 1001011 | 1010011 |
Color Harmonies of #F4B1DA
Complementary color
Monochromatic Colors of #F4B1DA
Black with #F4B1DA
Text Example
Text Example
White with #F4B1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B1DA; }
p { color: rgb(244,177,218); }
H1.HeaderClassName
{
color: #F4B1DA;
}
.AnyTagClassName
{
color: #F4B1DA;
}
</style>
background-color css
<style>
a { background-color: #F4B1DA; }
a { background-color: rgb(244,177,218); }
div.DivClassName
{
background-color: #F4B1DA;
}
.BgClassName
{
background-color: #F4B1DA;
}
</style>
border-color css
<style>
span { border-color: #F4B1DA; }
span { border-color: rgb(244,177,218); }
td.TdClassName
{
border-color: #F4B1DA;
}
.TagClassName
{
border-color: #F4B1DA;
}
</style>