Shades of Lavender Rose #FDADFD
Tints of Lavender Rose #FDADFD
RGB
CMYK
RGB Variations
Color information
#FDADFD (or 0xFDADFD) is known color: Lavender Rose. HEX triplet: FD, AD and FD. RGB value is (253,173,253). Sum of RGB (Red+Green+Blue) = 253+173+253=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 173 (67.97% from 255 or 25.48% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDADFD is #025202. Grayscale: #CDCDCD. Windows color (decimal): -152067 or 16625149. OLE color: 16625149.
HSL color Cylindrical-coordinate representation of color #FDADFD: 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.32%. Process color model (Four color, CMYK) of #FDADFD is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 173 | 253 | - |
CMYK | 0 | 0.32 | 0 | 0.01 |
HSL | 300º | 0.95% | 0.84% | - |
HSV(B) | 300º | 0.32% | 0.99% | - |
XYZ | 73.18 | 57.86 | 100.24 | - |
YUV | 206.04 | 154.5 | 161.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 173 | 253 | 0 | 0.32 | 0 | 0.01 | 300 | 0.95 | 0.84 |
Hex | FD | AD | FD | 0 | 20 | 0 | 1 | 12C | 5F | 54 |
Octal | 375 | 255 | 375 | 0 | 40 | 0 | 1 | 454 | 137 | 124 |
Binary | 11111101 | 10101101 | 11111101 | 0 | 100000 | 0 | 1 | 100101100 | 1011111 | 1010100 |
Color Harmonies of #FDADFD
Complementary color
Monochromatic Colors of #FDADFD
Black with #FDADFD
Text Example
Text Example
White with #FDADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADFD; }
p { color: rgb(253,173,253); }
H1.HeaderClassName
{
color: #FDADFD;
}
.AnyTagClassName
{
color: #FDADFD;
}
</style>
background-color css
<style>
a { background-color: #FDADFD; }
a { background-color: rgb(253,173,253); }
div.DivClassName
{
background-color: #FDADFD;
}
.BgClassName
{
background-color: #FDADFD;
}
</style>
border-color css
<style>
span { border-color: #FDADFD; }
span { border-color: rgb(253,173,253); }
td.TdClassName
{
border-color: #FDADFD;
}
.TagClassName
{
border-color: #FDADFD;
}
</style>