Shades of Lavender Rose #FDB5FD
Tints of Lavender Rose #FDB5FD
RGB
CMYK
RGB Variations
Color information
#FDB5FD (or 0xFDB5FD) is known color: Lavender Rose. HEX triplet: FD, B5 and FD. RGB value is (253,181,253). Sum of RGB (Red+Green+Blue) = 253+181+253=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 181 (71.09% from 255 or 26.35% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDB5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB5FD is #024A02. Grayscale: #D2D2D2. Windows color (decimal): -150019 or 16627197. OLE color: 16627197.
HSL color Cylindrical-coordinate representation of color #FDB5FD: hue angle of 300º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB5FD is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 181 | 253 | - |
CMYK | 0 | 0.28 | 0 | 0.01 |
HSL | 300º | 0.95% | 0.85% | - |
HSV(B) | 300º | 0.28% | 0.99% | - |
XYZ | 74.76 | 61.02 | 100.77 | - |
YUV | 210.74 | 151.85 | 158.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 181 | 253 | 0 | 0.28 | 0 | 0.01 | 300 | 0.95 | 0.85 |
Hex | FD | B5 | FD | 0 | 1C | 0 | 1 | 12C | 5F | 55 |
Octal | 375 | 265 | 375 | 0 | 34 | 0 | 1 | 454 | 137 | 125 |
Binary | 11111101 | 10110101 | 11111101 | 0 | 11100 | 0 | 1 | 100101100 | 1011111 | 1010101 |
Color Harmonies of #FDB5FD
Complementary color
Monochromatic Colors of #FDB5FD
Black with #FDB5FD
Text Example
Text Example
White with #FDB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB5FD; }
p { color: rgb(253,181,253); }
H1.HeaderClassName
{
color: #FDB5FD;
}
.AnyTagClassName
{
color: #FDB5FD;
}
</style>
background-color css
<style>
a { background-color: #FDB5FD; }
a { background-color: rgb(253,181,253); }
div.DivClassName
{
background-color: #FDB5FD;
}
.BgClassName
{
background-color: #FDB5FD;
}
</style>
border-color css
<style>
span { border-color: #FDB5FD; }
span { border-color: rgb(253,181,253); }
td.TdClassName
{
border-color: #FDB5FD;
}
.TagClassName
{
border-color: #FDB5FD;
}
</style>