Shades of Lavender Pink #F3A8CC
Tints of Lavender Pink #F3A8CC
RGB
CMYK
RGB Variations
Color information
#F3A8CC (or 0xF3A8CC) is known color: Lavender Pink. HEX triplet: F3, A8 and CC. RGB value is (243,168,204). Sum of RGB (Red+Green+Blue) = 243+168+204=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8CC is #0C5733. Grayscale: #C2C2C2. Windows color (decimal): -808756 or 13412595. OLE color: 13412595.
HSL color Cylindrical-coordinate representation of color #F3A8CC: hue angle of 331.2º 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 #F3A8CC is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 204 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.05 |
| HSL | 331.2º | 0.76% | 0.81% | - |
| HSV(B) | 331.2º | 0.31% | 0.95% | - |
| XYZ | 61.86 | 51.42 | 63.79 | - |
| YUV | 194.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 204 | 0 | 0.31 | 0.16 | 0.05 | 331.2 | 0.76 | 0.81 |
| Hex | F3 | A8 | CC | 0 | 1F | 10 | 5 | 14B | 4C | 51 |
| Octal | 363 | 250 | 314 | 0 | 37 | 20 | 5 | 513 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11001100 | 0 | 11111 | 10000 | 101 | 101001011 | 1001100 | 1010001 |
Color Harmonies of #F3A8CC
Complementary color
Monochromatic Colors of #F3A8CC
Black with #F3A8CC
Text Example
Text Example
White with #F3A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8CC; }
p { color: rgb(243,168,204); }
H1.HeaderClassName
{
color: #F3A8CC;
}
.AnyTagClassName
{
color: #F3A8CC;
}
</style>
background-color css
<style>
a { background-color: #F3A8CC; }
a { background-color: rgb(243,168,204); }
div.DivClassName
{
background-color: #F3A8CC;
}
.BgClassName
{
background-color: #F3A8CC;
}
</style>
border-color css
<style>
span { border-color: #F3A8CC; }
span { border-color: rgb(243,168,204); }
td.TdClassName
{
border-color: #F3A8CC;
}
.TagClassName
{
border-color: #F3A8CC;
}
</style>