Shades of Lavender Rose #FDB8FD
Tints of Lavender Rose #FDB8FD
RGB
CMYK
RGB Variations
Color information
#FDB8FD (or 0xFDB8FD) is known color: Lavender Rose. HEX triplet: FD, B8 and FD. RGB value is (253,184,253). Sum of RGB (Red+Green+Blue) = 253+184+253=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 184 (72.27% from 255 or 26.67% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDB8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8FD is #024702. Grayscale: #D4D4D4. Windows color (decimal): -149251 or 16627965. OLE color: 16627965.
HSL color Cylindrical-coordinate representation of color #FDB8FD: hue angle of 300º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB8FD is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 253 | - |
| CMYK | 0 | 0.27 | 0 | 0.01 |
| HSL | 300º | 0.95% | 0.86% | - |
| HSV(B) | 300º | 0.27% | 0.99% | - |
| XYZ | 75.38 | 62.26 | 100.97 | - |
| YUV | 212.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 253 | 0 | 0.27 | 0 | 0.01 | 300 | 0.95 | 0.86 |
| Hex | FD | B8 | FD | 0 | 1B | 0 | 1 | 12C | 5F | 56 |
| Octal | 375 | 270 | 375 | 0 | 33 | 0 | 1 | 454 | 137 | 126 |
| Binary | 11111101 | 10111000 | 11111101 | 0 | 11011 | 0 | 1 | 100101100 | 1011111 | 1010110 |
Color Harmonies of #FDB8FD
Complementary color
Monochromatic Colors of #FDB8FD
Black with #FDB8FD
Text Example
Text Example
White with #FDB8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8FD; }
p { color: rgb(253,184,253); }
H1.HeaderClassName
{
color: #FDB8FD;
}
.AnyTagClassName
{
color: #FDB8FD;
}
</style>
background-color css
<style>
a { background-color: #FDB8FD; }
a { background-color: rgb(253,184,253); }
div.DivClassName
{
background-color: #FDB8FD;
}
.BgClassName
{
background-color: #FDB8FD;
}
</style>
border-color css
<style>
span { border-color: #FDB8FD; }
span { border-color: rgb(253,184,253); }
td.TdClassName
{
border-color: #FDB8FD;
}
.TagClassName
{
border-color: #FDB8FD;
}
</style>