Shades of Lavender Pink #FFA8DA
Tints of Lavender Pink #FFA8DA
RGB
CMYK
RGB Variations
Color information
#FFA8DA (or 0xFFA8DA) is known color: Lavender Pink. HEX triplet: FF, A8 and DA. RGB value is (255,168,218). Sum of RGB (Red+Green+Blue) = 255+168+218=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 168 (66.02% from 255 or 26.21% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8DA is #005725. Grayscale: #C7C7C7. Windows color (decimal): -22310 or 14330111. OLE color: 14330111.
HSL color Cylindrical-coordinate representation of color #FFA8DA: hue angle of 325.52º 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 #FFA8DA is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 218 | - |
| CMYK | 0 | 0.34 | 0.15 | 0 |
| HSL | 325.52º | 1% | 0.83% | - |
| HSV(B) | 325.52º | 0.34% | 1% | - |
| XYZ | 67.9 | 54.33 | 73.24 | - |
| YUV | 199.71 | 138.32 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 218 | 0 | 0.34 | 0.15 | 0 | 325.52 | 1 | 0.83 |
| Hex | FF | A8 | DA | 0 | 22 | F | 0 | 146 | 64 | 53 |
| Octal | 377 | 250 | 332 | 0 | 42 | 17 | 0 | 506 | 144 | 123 |
| Binary | 11111111 | 10101000 | 11011010 | 0 | 100010 | 1111 | 0 | 101000110 | 1100100 | 1010011 |
Color Harmonies of #FFA8DA
Complementary color
Monochromatic Colors of #FFA8DA
Black with #FFA8DA
Text Example
Text Example
White with #FFA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8DA; }
p { color: rgb(255,168,218); }
H1.HeaderClassName
{
color: #FFA8DA;
}
.AnyTagClassName
{
color: #FFA8DA;
}
</style>
background-color css
<style>
a { background-color: #FFA8DA; }
a { background-color: rgb(255,168,218); }
div.DivClassName
{
background-color: #FFA8DA;
}
.BgClassName
{
background-color: #FFA8DA;
}
</style>
border-color css
<style>
span { border-color: #FFA8DA; }
span { border-color: rgb(255,168,218); }
td.TdClassName
{
border-color: #FFA8DA;
}
.TagClassName
{
border-color: #FFA8DA;
}
</style>