Shades of Lavender Rose #FDA7FD
Tints of Lavender Rose #FDA7FD
RGB
CMYK
RGB Variations
Color information
#FDA7FD (or 0xFDA7FD) is known color: Lavender Rose. HEX triplet: FD, A7 and FD. RGB value is (253,167,253). Sum of RGB (Red+Green+Blue) = 253+167+253=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 167 (65.62% from 255 or 24.81% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDA7FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA7FD is #025802. Grayscale: #CACACA. Windows color (decimal): -153603 or 16623613. OLE color: 16623613.
HSL color Cylindrical-coordinate representation of color #FDA7FD: hue angle of 300º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA7FD is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 167 | 253 | - |
CMYK | 0 | 0.34 | 0 | 0.01 |
HSL | 300º | 0.96% | 0.82% | - |
HSV(B) | 300º | 0.34% | 0.99% | - |
XYZ | 72.06 | 55.61 | 99.86 | - |
YUV | 202.52 | 156.49 | 164.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 167 | 253 | 0 | 0.34 | 0 | 0.01 | 300 | 0.96 | 0.82 |
Hex | FD | A7 | FD | 0 | 22 | 0 | 1 | 12C | 60 | 52 |
Octal | 375 | 247 | 375 | 0 | 42 | 0 | 1 | 454 | 140 | 122 |
Binary | 11111101 | 10100111 | 11111101 | 0 | 100010 | 0 | 1 | 100101100 | 1100000 | 1010010 |
Color Harmonies of #FDA7FD
Complementary color
Monochromatic Colors of #FDA7FD
Black with #FDA7FD
Text Example
Text Example
White with #FDA7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA7FD; }
p { color: rgb(253,167,253); }
H1.HeaderClassName
{
color: #FDA7FD;
}
.AnyTagClassName
{
color: #FDA7FD;
}
</style>
background-color css
<style>
a { background-color: #FDA7FD; }
a { background-color: rgb(253,167,253); }
div.DivClassName
{
background-color: #FDA7FD;
}
.BgClassName
{
background-color: #FDA7FD;
}
</style>
border-color css
<style>
span { border-color: #FDA7FD; }
span { border-color: rgb(253,167,253); }
td.TdClassName
{
border-color: #FDA7FD;
}
.TagClassName
{
border-color: #FDA7FD;
}
</style>