Shades of Lavender Pink #FDAFDD
Tints of Lavender Pink #FDAFDD
RGB
CMYK
RGB Variations
Color information
#FDAFDD (or 0xFDAFDD) is known color: Lavender Pink. HEX triplet: FD, AF and DD. RGB value is (253,175,221). Sum of RGB (Red+Green+Blue) = 253+175+221=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFDD is #025022. Grayscale: #CBCBCB. Windows color (decimal): -151587 or 14528509. OLE color: 14528509.
HSL color Cylindrical-coordinate representation of color #FDAFDD: hue angle of 324.62º 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 #FDAFDD is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 175 | 221 | - |
CMYK | 0 | 0.31 | 0.13 | 0.01 |
HSL | 324.62º | 0.95% | 0.84% | - |
HSV(B) | 324.62º | 0.31% | 0.99% | - |
XYZ | 68.89 | 56.76 | 75.73 | - |
YUV | 203.57 | 137.84 | 163.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 175 | 221 | 0 | 0.31 | 0.13 | 0.01 | 324.62 | 0.95 | 0.84 |
Hex | FD | AF | DD | 0 | 1F | D | 1 | 145 | 5F | 54 |
Octal | 375 | 257 | 335 | 0 | 37 | 15 | 1 | 505 | 137 | 124 |
Binary | 11111101 | 10101111 | 11011101 | 0 | 11111 | 1101 | 1 | 101000101 | 1011111 | 1010100 |
Color Harmonies of #FDAFDD
Complementary color
Monochromatic Colors of #FDAFDD
Black with #FDAFDD
Text Example
Text Example
White with #FDAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAFDD; }
p { color: rgb(253,175,221); }
H1.HeaderClassName
{
color: #FDAFDD;
}
.AnyTagClassName
{
color: #FDAFDD;
}
</style>
background-color css
<style>
a { background-color: #FDAFDD; }
a { background-color: rgb(253,175,221); }
div.DivClassName
{
background-color: #FDAFDD;
}
.BgClassName
{
background-color: #FDAFDD;
}
</style>
border-color css
<style>
span { border-color: #FDAFDD; }
span { border-color: rgb(253,175,221); }
td.TdClassName
{
border-color: #FDAFDD;
}
.TagClassName
{
border-color: #FDAFDD;
}
</style>