Shades of Lavender Pink #F3A8CB
Tints of Lavender Pink #F3A8CB
RGB
CMYK
RGB Variations
Color information
#F3A8CB (or 0xF3A8CB) is known color: Lavender Pink. HEX triplet: F3, A8 and CB. RGB value is (243,168,203). Sum of RGB (Red+Green+Blue) = 243+168+203=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8CB is #0C5734. Grayscale: #C2C2C2. Windows color (decimal): -808757 or 13347059. OLE color: 13347059.
HSL color Cylindrical-coordinate representation of color #F3A8CB: hue angle of 332º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3A8CB is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 203 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.05 |
| HSL | 332º | 0.76% | 0.81% | - |
| HSV(B) | 332º | 0.31% | 0.95% | - |
| XYZ | 61.74 | 51.37 | 63.16 | - |
| YUV | 194.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 203 | 0 | 0.31 | 0.16 | 0.05 | 332 | 0.76 | 0.81 |
| Hex | F3 | A8 | CB | 0 | 1F | 10 | 5 | 14C | 4C | 51 |
| Octal | 363 | 250 | 313 | 0 | 37 | 20 | 5 | 514 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11001011 | 0 | 11111 | 10000 | 101 | 101001100 | 1001100 | 1010001 |
Color Harmonies of #F3A8CB
Complementary color
Monochromatic Colors of #F3A8CB
Black with #F3A8CB
Text Example
Text Example
White with #F3A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8CB; }
p { color: rgb(243,168,203); }
H1.HeaderClassName
{
color: #F3A8CB;
}
.AnyTagClassName
{
color: #F3A8CB;
}
</style>
background-color css
<style>
a { background-color: #F3A8CB; }
a { background-color: rgb(243,168,203); }
div.DivClassName
{
background-color: #F3A8CB;
}
.BgClassName
{
background-color: #F3A8CB;
}
</style>
border-color css
<style>
span { border-color: #F3A8CB; }
span { border-color: rgb(243,168,203); }
td.TdClassName
{
border-color: #F3A8CB;
}
.TagClassName
{
border-color: #F3A8CB;
}
</style>