Shades of Lavender Pink #F3A3CC
Tints of Lavender Pink #F3A3CC
RGB
CMYK
RGB Variations
Color information
#F3A3CC (or 0xF3A3CC) is known color: Lavender Pink. HEX triplet: F3, A3 and CC. RGB value is (243,163,204). Sum of RGB (Red+Green+Blue) = 243+163+204=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 163 (64.06% from 255 or 26.72% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A3CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A3CC is #0C5C33. Grayscale: #BFBFBF. Windows color (decimal): -810036 or 13411315. OLE color: 13411315.
HSL color Cylindrical-coordinate representation of color #F3A3CC: hue angle of 329.25º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A3CC is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 204 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.05 |
| HSL | 329.25º | 0.77% | 0.8% | - |
| HSV(B) | 329.25º | 0.33% | 0.95% | - |
| XYZ | 60.96 | 49.61 | 63.49 | - |
| YUV | 191.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 204 | 0 | 0.33 | 0.16 | 0.05 | 329.25 | 0.77 | 0.8 |
| Hex | F3 | A3 | CC | 0 | 21 | 10 | 5 | 149 | 4D | 50 |
| Octal | 363 | 243 | 314 | 0 | 41 | 20 | 5 | 511 | 115 | 120 |
| Binary | 11110011 | 10100011 | 11001100 | 0 | 100001 | 10000 | 101 | 101001001 | 1001101 | 1010000 |
Color Harmonies of #F3A3CC
Complementary color
Monochromatic Colors of #F3A3CC
Black with #F3A3CC
Text Example
Text Example
White with #F3A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A3CC; }
p { color: rgb(243,163,204); }
H1.HeaderClassName
{
color: #F3A3CC;
}
.AnyTagClassName
{
color: #F3A3CC;
}
</style>
background-color css
<style>
a { background-color: #F3A3CC; }
a { background-color: rgb(243,163,204); }
div.DivClassName
{
background-color: #F3A3CC;
}
.BgClassName
{
background-color: #F3A3CC;
}
</style>
border-color css
<style>
span { border-color: #F3A3CC; }
span { border-color: rgb(243,163,204); }
td.TdClassName
{
border-color: #F3A3CC;
}
.TagClassName
{
border-color: #F3A3CC;
}
</style>