Shades of Lavender Rose #FDB2FF
Tints of Lavender Rose #FDB2FF
RGB
CMYK
RGB Variations
Color information
#FDB2FF (or 0xFDB2FF) is known color: Lavender Rose. HEX triplet: FD, B2 and FF. RGB value is (253,178,255). Sum of RGB (Red+Green+Blue) = 253+178+255=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 178 (69.92% from 255 or 25.95% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB2FF is #024D00. Grayscale: #D0D0D0. Windows color (decimal): -150785 or 16757501. OLE color: 16757501.
HSL color Cylindrical-coordinate representation of color #FDB2FF: hue angle of 298.44º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2FF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 178 | 255 | - |
| CMYK | 0.01 | 0.30 | 0 | 0 |
| HSL | 298.44º | 1% | 0.85% | - |
| HSV(B) | 298.44º | 0.3% | 1% | - |
| XYZ | 74.48 | 59.94 | 102.25 | - |
| YUV | 209.2 | 153.85 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 255 | 0.01 | 0.30 | 0 | 0 | 298.44 | 1 | 0.85 |
| Hex | FD | B2 | FF | 1 | 1E | 0 | 0 | 12A | 64 | 55 |
| Octal | 375 | 262 | 377 | 1 | 36 | 0 | 0 | 452 | 144 | 125 |
| Binary | 11111101 | 10110010 | 11111111 | 1 | 11110 | 0 | 0 | 100101010 | 1100100 | 1010101 |
Color Harmonies of #FDB2FF
Complementary color
Monochromatic Colors of #FDB2FF
Black with #FDB2FF
Text Example
Text Example
White with #FDB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2FF; }
p { color: rgb(253,178,255); }
H1.HeaderClassName
{
color: #FDB2FF;
}
.AnyTagClassName
{
color: #FDB2FF;
}
</style>
background-color css
<style>
a { background-color: #FDB2FF; }
a { background-color: rgb(253,178,255); }
div.DivClassName
{
background-color: #FDB2FF;
}
.BgClassName
{
background-color: #FDB2FF;
}
</style>
border-color css
<style>
span { border-color: #FDB2FF; }
span { border-color: rgb(253,178,255); }
td.TdClassName
{
border-color: #FDB2FF;
}
.TagClassName
{
border-color: #FDB2FF;
}
</style>