Shades of Lavender Pink #FFAFDA
Tints of Lavender Pink #FFAFDA
RGB
CMYK
RGB Variations
Color information
#FFAFDA (or 0xFFAFDA) is known color: Lavender Pink. HEX triplet: FF, AF and DA. RGB value is (255,175,218). Sum of RGB (Red+Green+Blue) = 255+175+218=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 175 (68.75% from 255 or 27.01% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFDA is #005025. Grayscale: #CBCBCB. Windows color (decimal): -20518 or 14331903. OLE color: 14331903.
HSL color Cylindrical-coordinate representation of color #FFAFDA: hue angle of 327.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFAFDA is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 218 | - |
| CMYK | 0 | 0.31 | 0.15 | 0 |
| HSL | 327.75º | 1% | 0.84% | - |
| HSV(B) | 327.75º | 0.31% | 1% | - |
| XYZ | 69.22 | 56.98 | 73.68 | - |
| YUV | 203.82 | 136 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 218 | 0 | 0.31 | 0.15 | 0 | 327.75 | 1 | 0.84 |
| Hex | FF | AF | DA | 0 | 1F | F | 0 | 148 | 64 | 54 |
| Octal | 377 | 257 | 332 | 0 | 37 | 17 | 0 | 510 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11011010 | 0 | 11111 | 1111 | 0 | 101001000 | 1100100 | 1010100 |
Color Harmonies of #FFAFDA
Complementary color
Monochromatic Colors of #FFAFDA
Black with #FFAFDA
Text Example
Text Example
White with #FFAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFDA; }
p { color: rgb(255,175,218); }
H1.HeaderClassName
{
color: #FFAFDA;
}
.AnyTagClassName
{
color: #FFAFDA;
}
</style>
background-color css
<style>
a { background-color: #FFAFDA; }
a { background-color: rgb(255,175,218); }
div.DivClassName
{
background-color: #FFAFDA;
}
.BgClassName
{
background-color: #FFAFDA;
}
</style>
border-color css
<style>
span { border-color: #FFAFDA; }
span { border-color: rgb(255,175,218); }
td.TdClassName
{
border-color: #FFAFDA;
}
.TagClassName
{
border-color: #FFAFDA;
}
</style>