Shades of Lavender Pink #F4B9DF
Tints of Lavender Pink #F4B9DF
RGB
CMYK
RGB Variations
Color information
#F4B9DF (or 0xF4B9DF) is known color: Lavender Pink. HEX triplet: F4, B9 and DF. RGB value is (244,185,223). Sum of RGB (Red+Green+Blue) = 244+185+223=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 185 (72.66% from 255 or 28.37% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B9DF is #0B4620. Grayscale: #CECECE. Windows color (decimal): -738849 or 14662132. OLE color: 14662132.
HSL color Cylindrical-coordinate representation of color #F4B9DF: hue angle of 321.36º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4B9DF is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 185 | 223 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.04 |
| HSL | 321.36º | 0.73% | 0.84% | - |
| HSV(B) | 321.36º | 0.24% | 0.96% | - |
| XYZ | 67.98 | 59.26 | 77.67 | - |
| YUV | 206.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 185 | 223 | 0 | 0.24 | 0.09 | 0.04 | 321.36 | 0.73 | 0.84 |
| Hex | F4 | B9 | DF | 0 | 18 | 9 | 4 | 141 | 49 | 54 |
| Octal | 364 | 271 | 337 | 0 | 30 | 11 | 4 | 501 | 111 | 124 |
| Binary | 11110100 | 10111001 | 11011111 | 0 | 11000 | 1001 | 100 | 101000001 | 1001001 | 1010100 |
Color Harmonies of #F4B9DF
Complementary color
Monochromatic Colors of #F4B9DF
Black with #F4B9DF
Text Example
Text Example
White with #F4B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B9DF; }
p { color: rgb(244,185,223); }
H1.HeaderClassName
{
color: #F4B9DF;
}
.AnyTagClassName
{
color: #F4B9DF;
}
</style>
background-color css
<style>
a { background-color: #F4B9DF; }
a { background-color: rgb(244,185,223); }
div.DivClassName
{
background-color: #F4B9DF;
}
.BgClassName
{
background-color: #F4B9DF;
}
</style>
border-color css
<style>
span { border-color: #F4B9DF; }
span { border-color: rgb(244,185,223); }
td.TdClassName
{
border-color: #F4B9DF;
}
.TagClassName
{
border-color: #F4B9DF;
}
</style>