Shades of Lavender Rose #FDB7FD
Tints of Lavender Rose #FDB7FD
RGB
CMYK
RGB Variations
Color information
#FDB7FD (or 0xFDB7FD) is known color: Lavender Rose. HEX triplet: FD, B7 and FD. RGB value is (253,183,253). Sum of RGB (Red+Green+Blue) = 253+183+253=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 183 (71.88% from 255 or 26.56% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDB7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB7FD is #024802. Grayscale: #D3D3D3. Windows color (decimal): -149507 or 16627709. OLE color: 16627709.
HSL color Cylindrical-coordinate representation of color #FDB7FD: 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 #FDB7FD is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 183 | 253 | - |
CMYK | 0 | 0.28 | 0 | 0.01 |
HSL | 300º | 0.95% | 0.85% | - |
HSV(B) | 300º | 0.28% | 0.99% | - |
XYZ | 75.17 | 61.84 | 100.9 | - |
YUV | 211.91 | 151.19 | 157.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 183 | 253 | 0 | 0.28 | 0 | 0.01 | 300 | 0.95 | 0.85 |
Hex | FD | B7 | FD | 0 | 1C | 0 | 1 | 12C | 5F | 55 |
Octal | 375 | 267 | 375 | 0 | 34 | 0 | 1 | 454 | 137 | 125 |
Binary | 11111101 | 10110111 | 11111101 | 0 | 11100 | 0 | 1 | 100101100 | 1011111 | 1010101 |
Color Harmonies of #FDB7FD
Complementary color
Monochromatic Colors of #FDB7FD
Black with #FDB7FD
Text Example
Text Example
White with #FDB7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7FD; }
p { color: rgb(253,183,253); }
H1.HeaderClassName
{
color: #FDB7FD;
}
.AnyTagClassName
{
color: #FDB7FD;
}
</style>
background-color css
<style>
a { background-color: #FDB7FD; }
a { background-color: rgb(253,183,253); }
div.DivClassName
{
background-color: #FDB7FD;
}
.BgClassName
{
background-color: #FDB7FD;
}
</style>
border-color css
<style>
span { border-color: #FDB7FD; }
span { border-color: rgb(253,183,253); }
td.TdClassName
{
border-color: #FDB7FD;
}
.TagClassName
{
border-color: #FDB7FD;
}
</style>