Shades of Lavender Pink #F0A3CB
Tints of Lavender Pink #F0A3CB
RGB
CMYK
RGB Variations
Color information
#F0A3CB (or 0xF0A3CB) is known color: Lavender Pink. HEX triplet: F0, A3 and CB. RGB value is (240,163,203). Sum of RGB (Red+Green+Blue) = 240+163+203=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A3CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A3CB is #0F5C34. Grayscale: #BEBEBE. Windows color (decimal): -1006645 or 13345776. OLE color: 13345776.
HSL color Cylindrical-coordinate representation of color #F0A3CB: hue angle of 328.83º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A3CB is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 203 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.06 |
| HSL | 328.83º | 0.72% | 0.79% | - |
| HSV(B) | 328.83º | 0.32% | 0.94% | - |
| XYZ | 59.81 | 49.03 | 62.81 | - |
| YUV | 190.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 203 | 0 | 0.32 | 0.15 | 0.06 | 328.83 | 0.72 | 0.79 |
| Hex | F0 | A3 | CB | 0 | 20 | F | 6 | 149 | 48 | 4F |
| Octal | 360 | 243 | 313 | 0 | 40 | 17 | 6 | 511 | 110 | 117 |
| Binary | 11110000 | 10100011 | 11001011 | 0 | 100000 | 1111 | 110 | 101001001 | 1001000 | 1001111 |
Color Harmonies of #F0A3CB
Complementary color
Monochromatic Colors of #F0A3CB
Black with #F0A3CB
Text Example
Text Example
White with #F0A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A3CB; }
p { color: rgb(240,163,203); }
H1.HeaderClassName
{
color: #F0A3CB;
}
.AnyTagClassName
{
color: #F0A3CB;
}
</style>
background-color css
<style>
a { background-color: #F0A3CB; }
a { background-color: rgb(240,163,203); }
div.DivClassName
{
background-color: #F0A3CB;
}
.BgClassName
{
background-color: #F0A3CB;
}
</style>
border-color css
<style>
span { border-color: #F0A3CB; }
span { border-color: rgb(240,163,203); }
td.TdClassName
{
border-color: #F0A3CB;
}
.TagClassName
{
border-color: #F0A3CB;
}
</style>