Shades of Lavender Pink #F4B3D0
Tints of Lavender Pink #F4B3D0
RGB
CMYK
RGB Variations
Color information
#F4B3D0 (or 0xF4B3D0) is known color: Lavender Pink. HEX triplet: F4, B3 and D0. RGB value is (244,179,208). Sum of RGB (Red+Green+Blue) = 244+179+208=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B3D0 is #0B4C2F. Grayscale: #C9C9C9. Windows color (decimal): -740400 or 13677556. OLE color: 13677556.
HSL color Cylindrical-coordinate representation of color #F4B3D0: hue angle of 333.23º 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 #F4B3D0 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 208 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.04 |
| HSL | 333.23º | 0.75% | 0.83% | - |
| HSV(B) | 333.23º | 0.27% | 0.96% | - |
| XYZ | 64.81 | 56.03 | 67.07 | - |
| YUV | 201.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 208 | 0 | 0.27 | 0.15 | 0.04 | 333.23 | 0.75 | 0.83 |
| Hex | F4 | B3 | D0 | 0 | 1B | F | 4 | 14D | 4B | 53 |
| Octal | 364 | 263 | 320 | 0 | 33 | 17 | 4 | 515 | 113 | 123 |
| Binary | 11110100 | 10110011 | 11010000 | 0 | 11011 | 1111 | 100 | 101001101 | 1001011 | 1010011 |
Color Harmonies of #F4B3D0
Complementary color
Monochromatic Colors of #F4B3D0
Black with #F4B3D0
Text Example
Text Example
White with #F4B3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B3D0; }
p { color: rgb(244,179,208); }
H1.HeaderClassName
{
color: #F4B3D0;
}
.AnyTagClassName
{
color: #F4B3D0;
}
</style>
background-color css
<style>
a { background-color: #F4B3D0; }
a { background-color: rgb(244,179,208); }
div.DivClassName
{
background-color: #F4B3D0;
}
.BgClassName
{
background-color: #F4B3D0;
}
</style>
border-color css
<style>
span { border-color: #F4B3D0; }
span { border-color: rgb(244,179,208); }
td.TdClassName
{
border-color: #F4B3D0;
}
.TagClassName
{
border-color: #F4B3D0;
}
</style>