Shades of Lavender Rose #FDADFC
Tints of Lavender Rose #FDADFC
RGB
CMYK
RGB Variations
Color information
#FDADFC (or 0xFDADFC) is known color: Lavender Rose. HEX triplet: FD, AD and FC. RGB value is (253,173,252). Sum of RGB (Red+Green+Blue) = 253+173+252=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 173 (67.97% from 255 or 25.52% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDADFC is #025203. Grayscale: #CDCDCD. Windows color (decimal): -152068 or 16559613. OLE color: 16559613.
HSL color Cylindrical-coordinate representation of color #FDADFC: hue angle of 300.75º 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 #FDADFC is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 252 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.01 |
| HSL | 300.75º | 0.95% | 0.84% | - |
| HSV(B) | 300.75º | 0.32% | 0.99% | - |
| XYZ | 73.02 | 57.8 | 99.4 | - |
| YUV | 205.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 252 | 0 | 0.32 | 0.00 | 0.01 | 300.75 | 0.95 | 0.84 |
| Hex | FD | AD | FC | 0 | 20 | 0 | 1 | 12D | 5F | 54 |
| Octal | 375 | 255 | 374 | 0 | 40 | 0 | 1 | 455 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11111100 | 0 | 100000 | 0 | 1 | 100101101 | 1011111 | 1010100 |
Color Harmonies of #FDADFC
Complementary color
Monochromatic Colors of #FDADFC
Black with #FDADFC
Text Example
Text Example
White with #FDADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADFC; }
p { color: rgb(253,173,252); }
H1.HeaderClassName
{
color: #FDADFC;
}
.AnyTagClassName
{
color: #FDADFC;
}
</style>
background-color css
<style>
a { background-color: #FDADFC; }
a { background-color: rgb(253,173,252); }
div.DivClassName
{
background-color: #FDADFC;
}
.BgClassName
{
background-color: #FDADFC;
}
</style>
border-color css
<style>
span { border-color: #FDADFC; }
span { border-color: rgb(253,173,252); }
td.TdClassName
{
border-color: #FDADFC;
}
.TagClassName
{
border-color: #FDADFC;
}
</style>