Shades of Lavender Pink #FFA8D4
Tints of Lavender Pink #FFA8D4
RGB
CMYK
RGB Variations
Color information
#FFA8D4 (or 0xFFA8D4) is known color: Lavender Pink. HEX triplet: FF, A8 and D4. RGB value is (255,168,212). Sum of RGB (Red+Green+Blue) = 255+168+212=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 168 (66.02% from 255 or 26.46% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8D4 is #00572B. Grayscale: #C6C6C6. Windows color (decimal): -22316 or 13936895. OLE color: 13936895.
HSL color Cylindrical-coordinate representation of color #FFA8D4: hue angle of 329.66º 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 #FFA8D4 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 168 | 212 | - |
CMYK | 0 | 0.34 | 0.17 | 0 |
HSL | 329.66º | 1% | 0.83% | - |
HSV(B) | 329.66º | 0.34% | 1% | - |
XYZ | 67.13 | 54.02 | 69.18 | - |
YUV | 199.03 | 135.32 | 167.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 168 | 212 | 0 | 0.34 | 0.17 | 0 | 329.66 | 1 | 0.83 |
Hex | FF | A8 | D4 | 0 | 22 | 11 | 0 | 14A | 64 | 53 |
Octal | 377 | 250 | 324 | 0 | 42 | 21 | 0 | 512 | 144 | 123 |
Binary | 11111111 | 10101000 | 11010100 | 0 | 100010 | 10001 | 0 | 101001010 | 1100100 | 1010011 |
Color Harmonies of #FFA8D4
Complementary color
Monochromatic Colors of #FFA8D4
Black with #FFA8D4
Text Example
Text Example
White with #FFA8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8D4; }
p { color: rgb(255,168,212); }
H1.HeaderClassName
{
color: #FFA8D4;
}
.AnyTagClassName
{
color: #FFA8D4;
}
</style>
background-color css
<style>
a { background-color: #FFA8D4; }
a { background-color: rgb(255,168,212); }
div.DivClassName
{
background-color: #FFA8D4;
}
.BgClassName
{
background-color: #FFA8D4;
}
</style>
border-color css
<style>
span { border-color: #FFA8D4; }
span { border-color: rgb(255,168,212); }
td.TdClassName
{
border-color: #FFA8D4;
}
.TagClassName
{
border-color: #FFA8D4;
}
</style>