Shades of Lavender Pink #F3A8D5
Tints of Lavender Pink #F3A8D5
RGB
CMYK
RGB Variations
Color information
#F3A8D5 (or 0xF3A8D5) is known color: Lavender Pink. HEX triplet: F3, A8 and D5. RGB value is (243,168,213). Sum of RGB (Red+Green+Blue) = 243+168+213=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A8D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A8D5 is #0C572A. Grayscale: #C3C3C3. Windows color (decimal): -808747 or 14002419. OLE color: 14002419.
HSL color Cylindrical-coordinate representation of color #F3A8D5: hue angle of 324º 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 #F3A8D5 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 168 | 213 | - |
CMYK | 0 | 0.31 | 0.12 | 0.05 |
HSL | 324º | 0.76% | 0.81% | - |
HSV(B) | 324º | 0.31% | 0.95% | - |
XYZ | 62.98 | 51.86 | 69.64 | - |
YUV | 195.56 | 137.85 | 161.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 168 | 213 | 0 | 0.31 | 0.12 | 0.05 | 324 | 0.76 | 0.81 |
Hex | F3 | A8 | D5 | 0 | 1F | C | 5 | 144 | 4C | 51 |
Octal | 363 | 250 | 325 | 0 | 37 | 14 | 5 | 504 | 114 | 121 |
Binary | 11110011 | 10101000 | 11010101 | 0 | 11111 | 1100 | 101 | 101000100 | 1001100 | 1010001 |
Color Harmonies of #F3A8D5
Complementary color
Monochromatic Colors of #F3A8D5
Black with #F3A8D5
Text Example
Text Example
White with #F3A8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8D5; }
p { color: rgb(243,168,213); }
H1.HeaderClassName
{
color: #F3A8D5;
}
.AnyTagClassName
{
color: #F3A8D5;
}
</style>
background-color css
<style>
a { background-color: #F3A8D5; }
a { background-color: rgb(243,168,213); }
div.DivClassName
{
background-color: #F3A8D5;
}
.BgClassName
{
background-color: #F3A8D5;
}
</style>
border-color css
<style>
span { border-color: #F3A8D5; }
span { border-color: rgb(243,168,213); }
td.TdClassName
{
border-color: #F3A8D5;
}
.TagClassName
{
border-color: #F3A8D5;
}
</style>