Shades of Lavender Rose #FDB2FD
Tints of Lavender Rose #FDB2FD
RGB
CMYK
RGB Variations
Color information
#FDB2FD (or 0xFDB2FD) is known color: Lavender Rose. HEX triplet: FD, B2 and FD. RGB value is (253,178,253). Sum of RGB (Red+Green+Blue) = 253+178+253=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 178 (69.92% from 255 or 26.02% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDB2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB2FD is #024D02. Grayscale: #D0D0D0. Windows color (decimal): -150787 or 16626429. OLE color: 16626429.
HSL color Cylindrical-coordinate representation of color #FDB2FD: 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.3%. Process color model (Four color, CMYK) of #FDB2FD is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 178 | 253 | - |
CMYK | 0 | 0.30 | 0 | 0.01 |
HSL | 300º | 0.95% | 0.85% | - |
HSV(B) | 300º | 0.3% | 0.99% | - |
XYZ | 74.16 | 59.82 | 100.57 | - |
YUV | 208.98 | 152.85 | 159.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 178 | 253 | 0 | 0.30 | 0 | 0.01 | 300 | 0.95 | 0.85 |
Hex | FD | B2 | FD | 0 | 1E | 0 | 1 | 12C | 5F | 55 |
Octal | 375 | 262 | 375 | 0 | 36 | 0 | 1 | 454 | 137 | 125 |
Binary | 11111101 | 10110010 | 11111101 | 0 | 11110 | 0 | 1 | 100101100 | 1011111 | 1010101 |
Color Harmonies of #FDB2FD
Complementary color
Monochromatic Colors of #FDB2FD
Black with #FDB2FD
Text Example
Text Example
White with #FDB2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2FD; }
p { color: rgb(253,178,253); }
H1.HeaderClassName
{
color: #FDB2FD;
}
.AnyTagClassName
{
color: #FDB2FD;
}
</style>
background-color css
<style>
a { background-color: #FDB2FD; }
a { background-color: rgb(253,178,253); }
div.DivClassName
{
background-color: #FDB2FD;
}
.BgClassName
{
background-color: #FDB2FD;
}
</style>
border-color css
<style>
span { border-color: #FDB2FD; }
span { border-color: rgb(253,178,253); }
td.TdClassName
{
border-color: #FDB2FD;
}
.TagClassName
{
border-color: #FDB2FD;
}
</style>