Shades of Lavender Pink #FDAFD6
Tints of Lavender Pink #FDAFD6
RGB
CMYK
RGB Variations
Color information
#FDAFD6 (or 0xFDAFD6) is known color: Lavender Pink. HEX triplet: FD, AF and D6. RGB value is (253,175,214). Sum of RGB (Red+Green+Blue) = 253+175+214=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFD6 is #025029. Grayscale: #CACACA. Windows color (decimal): -151594 or 14069757. OLE color: 14069757.
HSL color Cylindrical-coordinate representation of color #FDAFD6: hue angle of 330º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAFD6 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 175 | 214 | - |
CMYK | 0 | 0.31 | 0.15 | 0.01 |
HSL | 330º | 0.95% | 0.84% | - |
HSV(B) | 330º | 0.31% | 0.99% | - |
XYZ | 67.98 | 56.4 | 70.92 | - |
YUV | 202.77 | 134.34 | 163.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 175 | 214 | 0 | 0.31 | 0.15 | 0.01 | 330 | 0.95 | 0.84 |
Hex | FD | AF | D6 | 0 | 1F | F | 1 | 14A | 5F | 54 |
Octal | 375 | 257 | 326 | 0 | 37 | 17 | 1 | 512 | 137 | 124 |
Binary | 11111101 | 10101111 | 11010110 | 0 | 11111 | 1111 | 1 | 101001010 | 1011111 | 1010100 |
Color Harmonies of #FDAFD6
Complementary color
Monochromatic Colors of #FDAFD6
Black with #FDAFD6
Text Example
Text Example
White with #FDAFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAFD6; }
p { color: rgb(253,175,214); }
H1.HeaderClassName
{
color: #FDAFD6;
}
.AnyTagClassName
{
color: #FDAFD6;
}
</style>
background-color css
<style>
a { background-color: #FDAFD6; }
a { background-color: rgb(253,175,214); }
div.DivClassName
{
background-color: #FDAFD6;
}
.BgClassName
{
background-color: #FDAFD6;
}
</style>
border-color css
<style>
span { border-color: #FDAFD6; }
span { border-color: rgb(253,175,214); }
td.TdClassName
{
border-color: #FDAFD6;
}
.TagClassName
{
border-color: #FDAFD6;
}
</style>