Shades of Lavender Rose #FDABFD
Tints of Lavender Rose #FDABFD
RGB
CMYK
RGB Variations
Color information
#FDABFD (or 0xFDABFD) is known color: Lavender Rose. HEX triplet: FD, AB and FD. RGB value is (253,171,253). Sum of RGB (Red+Green+Blue) = 253+171+253=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 171 (67.19% from 255 or 25.26% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABFD is #025402. Grayscale: #CCCCCC. Windows color (decimal): -152579 or 16624637. OLE color: 16624637.
HSL color Cylindrical-coordinate representation of color #FDABFD: hue angle of 300º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDABFD is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 253 | - |
| CMYK | 0 | 0.32 | 0 | 0.01 |
| HSL | 300º | 0.95% | 0.83% | - |
| HSV(B) | 300º | 0.32% | 0.99% | - |
| XYZ | 72.8 | 57.1 | 100.11 | - |
| YUV | 204.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 253 | 0 | 0.32 | 0 | 0.01 | 300 | 0.95 | 0.83 |
| Hex | FD | AB | FD | 0 | 20 | 0 | 1 | 12C | 5F | 53 |
| Octal | 375 | 253 | 375 | 0 | 40 | 0 | 1 | 454 | 137 | 123 |
| Binary | 11111101 | 10101011 | 11111101 | 0 | 100000 | 0 | 1 | 100101100 | 1011111 | 1010011 |
Color Harmonies of #FDABFD
Complementary color
Monochromatic Colors of #FDABFD
Black with #FDABFD
Text Example
Text Example
White with #FDABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABFD; }
p { color: rgb(253,171,253); }
H1.HeaderClassName
{
color: #FDABFD;
}
.AnyTagClassName
{
color: #FDABFD;
}
</style>
background-color css
<style>
a { background-color: #FDABFD; }
a { background-color: rgb(253,171,253); }
div.DivClassName
{
background-color: #FDABFD;
}
.BgClassName
{
background-color: #FDABFD;
}
</style>
border-color css
<style>
span { border-color: #FDABFD; }
span { border-color: rgb(253,171,253); }
td.TdClassName
{
border-color: #FDABFD;
}
.TagClassName
{
border-color: #FDABFD;
}
</style>