Shades of Lavender Rose #FDB0FD
Tints of Lavender Rose #FDB0FD
RGB
CMYK
RGB Variations
Color information
#FDB0FD (or 0xFDB0FD) is known color: Lavender Rose. HEX triplet: FD, B0 and FD. RGB value is (253,176,253). Sum of RGB (Red+Green+Blue) = 253+176+253=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 176 (69.14% from 255 or 25.81% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDB0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB0FD is #024F02. Grayscale: #CFCFCF. Windows color (decimal): -151299 or 16625917. OLE color: 16625917.
HSL color Cylindrical-coordinate representation of color #FDB0FD: hue angle of 300º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB0FD is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 176 | 253 | - |
CMYK | 0 | 0.30 | 0 | 0.01 |
HSL | 300º | 0.95% | 0.84% | - |
HSV(B) | 300º | 0.3% | 0.99% | - |
XYZ | 73.76 | 59.03 | 100.43 | - |
YUV | 207.8 | 153.51 | 160.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 176 | 253 | 0 | 0.30 | 0 | 0.01 | 300 | 0.95 | 0.84 |
Hex | FD | B0 | FD | 0 | 1E | 0 | 1 | 12C | 5F | 54 |
Octal | 375 | 260 | 375 | 0 | 36 | 0 | 1 | 454 | 137 | 124 |
Binary | 11111101 | 10110000 | 11111101 | 0 | 11110 | 0 | 1 | 100101100 | 1011111 | 1010100 |
Color Harmonies of #FDB0FD
Complementary color
Monochromatic Colors of #FDB0FD
Black with #FDB0FD
Text Example
Text Example
White with #FDB0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0FD; }
p { color: rgb(253,176,253); }
H1.HeaderClassName
{
color: #FDB0FD;
}
.AnyTagClassName
{
color: #FDB0FD;
}
</style>
background-color css
<style>
a { background-color: #FDB0FD; }
a { background-color: rgb(253,176,253); }
div.DivClassName
{
background-color: #FDB0FD;
}
.BgClassName
{
background-color: #FDB0FD;
}
</style>
border-color css
<style>
span { border-color: #FDB0FD; }
span { border-color: rgb(253,176,253); }
td.TdClassName
{
border-color: #FDB0FD;
}
.TagClassName
{
border-color: #FDB0FD;
}
</style>