Shades of Lavender Pink #F3A9CB
Tints of Lavender Pink #F3A9CB
RGB
CMYK
RGB Variations
Color information
#F3A9CB (or 0xF3A9CB) is known color: Lavender Pink. HEX triplet: F3, A9 and CB. RGB value is (243,169,203). Sum of RGB (Red+Green+Blue) = 243+169+203=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A9CB is #0C5634. Grayscale: #C2C2C2. Windows color (decimal): -808501 or 13347315. OLE color: 13347315.
HSL color Cylindrical-coordinate representation of color #F3A9CB: hue angle of 332.43º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3A9CB is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 169 | 203 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.05 |
| HSL | 332.43º | 0.76% | 0.81% | - |
| HSV(B) | 332.43º | 0.3% | 0.95% | - |
| XYZ | 61.93 | 51.74 | 63.22 | - |
| YUV | 195 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 169 | 203 | 0 | 0.30 | 0.16 | 0.05 | 332.43 | 0.76 | 0.81 |
| Hex | F3 | A9 | CB | 0 | 1E | 10 | 5 | 14C | 4C | 51 |
| Octal | 363 | 251 | 313 | 0 | 36 | 20 | 5 | 514 | 114 | 121 |
| Binary | 11110011 | 10101001 | 11001011 | 0 | 11110 | 10000 | 101 | 101001100 | 1001100 | 1010001 |
Color Harmonies of #F3A9CB
Complementary color
Monochromatic Colors of #F3A9CB
Black with #F3A9CB
Text Example
Text Example
White with #F3A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A9CB; }
p { color: rgb(243,169,203); }
H1.HeaderClassName
{
color: #F3A9CB;
}
.AnyTagClassName
{
color: #F3A9CB;
}
</style>
background-color css
<style>
a { background-color: #F3A9CB; }
a { background-color: rgb(243,169,203); }
div.DivClassName
{
background-color: #F3A9CB;
}
.BgClassName
{
background-color: #F3A9CB;
}
</style>
border-color css
<style>
span { border-color: #F3A9CB; }
span { border-color: rgb(243,169,203); }
td.TdClassName
{
border-color: #F3A9CB;
}
.TagClassName
{
border-color: #F3A9CB;
}
</style>