Shades of Lavender Pink #FFA8D3
Tints of Lavender Pink #FFA8D3
RGB
CMYK
RGB Variations
Color information
#FFA8D3 (or 0xFFA8D3) is known color: Lavender Pink. HEX triplet: FF, A8 and D3. RGB value is (255,168,211). Sum of RGB (Red+Green+Blue) = 255+168+211=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8D3 is #00572C. Grayscale: #C6C6C6. Windows color (decimal): -22317 or 13871359. OLE color: 13871359.
HSL color Cylindrical-coordinate representation of color #FFA8D3: hue angle of 330.34º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA8D3 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 168 | 211 | - |
CMYK | 0 | 0.34 | 0.17 | 0 |
HSL | 330.34º | 1% | 0.83% | - |
HSV(B) | 330.34º | 0.34% | 1% | - |
XYZ | 67 | 53.97 | 68.51 | - |
YUV | 198.92 | 134.82 | 168 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 168 | 211 | 0 | 0.34 | 0.17 | 0 | 330.34 | 1 | 0.83 |
Hex | FF | A8 | D3 | 0 | 22 | 11 | 0 | 14A | 64 | 53 |
Octal | 377 | 250 | 323 | 0 | 42 | 21 | 0 | 512 | 144 | 123 |
Binary | 11111111 | 10101000 | 11010011 | 0 | 100010 | 10001 | 0 | 101001010 | 1100100 | 1010011 |
Color Harmonies of #FFA8D3
Complementary color
Monochromatic Colors of #FFA8D3
Black with #FFA8D3
Text Example
Text Example
White with #FFA8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8D3; }
p { color: rgb(255,168,211); }
H1.HeaderClassName
{
color: #FFA8D3;
}
.AnyTagClassName
{
color: #FFA8D3;
}
</style>
background-color css
<style>
a { background-color: #FFA8D3; }
a { background-color: rgb(255,168,211); }
div.DivClassName
{
background-color: #FFA8D3;
}
.BgClassName
{
background-color: #FFA8D3;
}
</style>
border-color css
<style>
span { border-color: #FFA8D3; }
span { border-color: rgb(255,168,211); }
td.TdClassName
{
border-color: #FFA8D3;
}
.TagClassName
{
border-color: #FFA8D3;
}
</style>