Shades of Lavender Pink #F4B3CE
Tints of Lavender Pink #F4B3CE
RGB
CMYK
RGB Variations
Color information
#F4B3CE (or 0xF4B3CE) is known color: Lavender Pink. HEX triplet: F4, B3 and CE. RGB value is (244,179,206). Sum of RGB (Red+Green+Blue) = 244+179+206=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B3CE is #0B4C31. Grayscale: #C9C9C9. Windows color (decimal): -740402 or 13546484. OLE color: 13546484.
HSL color Cylindrical-coordinate representation of color #F4B3CE: hue angle of 335.08º 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 #F4B3CE is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 206 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.04 |
| HSL | 335.08º | 0.75% | 0.83% | - |
| HSV(B) | 335.08º | 0.27% | 0.96% | - |
| XYZ | 64.57 | 55.93 | 65.78 | - |
| YUV | 201.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 206 | 0 | 0.27 | 0.16 | 0.04 | 335.08 | 0.75 | 0.83 |
| Hex | F4 | B3 | CE | 0 | 1B | 10 | 4 | 14F | 4B | 53 |
| Octal | 364 | 263 | 316 | 0 | 33 | 20 | 4 | 517 | 113 | 123 |
| Binary | 11110100 | 10110011 | 11001110 | 0 | 11011 | 10000 | 100 | 101001111 | 1001011 | 1010011 |
Color Harmonies of #F4B3CE
Complementary color
Monochromatic Colors of #F4B3CE
Black with #F4B3CE
Text Example
Text Example
White with #F4B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B3CE; }
p { color: rgb(244,179,206); }
H1.HeaderClassName
{
color: #F4B3CE;
}
.AnyTagClassName
{
color: #F4B3CE;
}
</style>
background-color css
<style>
a { background-color: #F4B3CE; }
a { background-color: rgb(244,179,206); }
div.DivClassName
{
background-color: #F4B3CE;
}
.BgClassName
{
background-color: #F4B3CE;
}
</style>
border-color css
<style>
span { border-color: #F4B3CE; }
span { border-color: rgb(244,179,206); }
td.TdClassName
{
border-color: #F4B3CE;
}
.TagClassName
{
border-color: #F4B3CE;
}
</style>