Shades of Lavender Rose #FDAFFD
Tints of Lavender Rose #FDAFFD
RGB
CMYK
RGB Variations
Color information
#FDAFFD (or 0xFDAFFD) is known color: Lavender Rose. HEX triplet: FD, AF and FD. RGB value is (253,175,253). Sum of RGB (Red+Green+Blue) = 253+175+253=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 175 (68.75% from 255 or 25.70% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDAFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAFFD is #025002. Grayscale: #CECECE. Windows color (decimal): -151555 or 16625661. OLE color: 16625661.
HSL color Cylindrical-coordinate representation of color #FDAFFD: hue angle of 300º 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 #FDAFFD is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 175 | 253 | - |
CMYK | 0 | 0.31 | 0 | 0.01 |
HSL | 300º | 0.95% | 0.84% | - |
HSV(B) | 300º | 0.31% | 0.99% | - |
XYZ | 73.57 | 58.63 | 100.37 | - |
YUV | 207.21 | 153.84 | 160.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 175 | 253 | 0 | 0.31 | 0 | 0.01 | 300 | 0.95 | 0.84 |
Hex | FD | AF | FD | 0 | 1F | 0 | 1 | 12C | 5F | 54 |
Octal | 375 | 257 | 375 | 0 | 37 | 0 | 1 | 454 | 137 | 124 |
Binary | 11111101 | 10101111 | 11111101 | 0 | 11111 | 0 | 1 | 100101100 | 1011111 | 1010100 |
Color Harmonies of #FDAFFD
Complementary color
Monochromatic Colors of #FDAFFD
Black with #FDAFFD
Text Example
Text Example
White with #FDAFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAFFD; }
p { color: rgb(253,175,253); }
H1.HeaderClassName
{
color: #FDAFFD;
}
.AnyTagClassName
{
color: #FDAFFD;
}
</style>
background-color css
<style>
a { background-color: #FDAFFD; }
a { background-color: rgb(253,175,253); }
div.DivClassName
{
background-color: #FDAFFD;
}
.BgClassName
{
background-color: #FDAFFD;
}
</style>
border-color css
<style>
span { border-color: #FDAFFD; }
span { border-color: rgb(253,175,253); }
td.TdClassName
{
border-color: #FDAFFD;
}
.TagClassName
{
border-color: #FDAFFD;
}
</style>