Shades of Lavender Pink #F3A8CD
Tints of Lavender Pink #F3A8CD
RGB
CMYK
RGB Variations
Color information
#F3A8CD (or 0xF3A8CD) is known color: Lavender Pink. HEX triplet: F3, A8 and CD. RGB value is (243,168,205). Sum of RGB (Red+Green+Blue) = 243+168+205=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8CD is #0C5732. Grayscale: #C2C2C2. Windows color (decimal): -808755 or 13478131. OLE color: 13478131.
HSL color Cylindrical-coordinate representation of color #F3A8CD: hue angle of 330.4º 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 #F3A8CD is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 205 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.05 |
| HSL | 330.4º | 0.76% | 0.81% | - |
| HSV(B) | 330.4º | 0.31% | 0.95% | - |
| XYZ | 61.98 | 51.47 | 64.42 | - |
| YUV | 194.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 205 | 0 | 0.31 | 0.16 | 0.05 | 330.4 | 0.76 | 0.81 |
| Hex | F3 | A8 | CD | 0 | 1F | 10 | 5 | 14A | 4C | 51 |
| Octal | 363 | 250 | 315 | 0 | 37 | 20 | 5 | 512 | 114 | 121 |
| Binary | 11110011 | 10101000 | 11001101 | 0 | 11111 | 10000 | 101 | 101001010 | 1001100 | 1010001 |
Color Harmonies of #F3A8CD
Complementary color
Monochromatic Colors of #F3A8CD
Black with #F3A8CD
Text Example
Text Example
White with #F3A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8CD; }
p { color: rgb(243,168,205); }
H1.HeaderClassName
{
color: #F3A8CD;
}
.AnyTagClassName
{
color: #F3A8CD;
}
</style>
background-color css
<style>
a { background-color: #F3A8CD; }
a { background-color: rgb(243,168,205); }
div.DivClassName
{
background-color: #F3A8CD;
}
.BgClassName
{
background-color: #F3A8CD;
}
</style>
border-color css
<style>
span { border-color: #F3A8CD; }
span { border-color: rgb(243,168,205); }
td.TdClassName
{
border-color: #F3A8CD;
}
.TagClassName
{
border-color: #F3A8CD;
}
</style>