Shades of Lavender Rose #FDB8FA
Tints of Lavender Rose #FDB8FA
RGB
CMYK
RGB Variations
Color information
#FDB8FA (or 0xFDB8FA) is known color: Lavender Rose. HEX triplet: FD, B8 and FA. RGB value is (253,184,250). Sum of RGB (Red+Green+Blue) = 253+184+250=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 184 (72.27% from 255 or 26.78% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8FA is #024705. Grayscale: #D3D3D3. Windows color (decimal): -149254 or 16431357. OLE color: 16431357.
HSL color Cylindrical-coordinate representation of color #FDB8FA: hue angle of 302.61º 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 #FDB8FA is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 250 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.01 |
| HSL | 302.61º | 0.95% | 0.86% | - |
| HSV(B) | 302.61º | 0.27% | 0.99% | - |
| XYZ | 74.9 | 62.07 | 98.47 | - |
| YUV | 212.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 250 | 0 | 0.27 | 0.01 | 0.01 | 302.61 | 0.95 | 0.86 |
| Hex | FD | B8 | FA | 0 | 1B | 1 | 1 | 12F | 5F | 56 |
| Octal | 375 | 270 | 372 | 0 | 33 | 1 | 1 | 457 | 137 | 126 |
| Binary | 11111101 | 10111000 | 11111010 | 0 | 11011 | 1 | 1 | 100101111 | 1011111 | 1010110 |
Color Harmonies of #FDB8FA
Complementary color
Monochromatic Colors of #FDB8FA
Black with #FDB8FA
Text Example
Text Example
White with #FDB8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8FA; }
p { color: rgb(253,184,250); }
H1.HeaderClassName
{
color: #FDB8FA;
}
.AnyTagClassName
{
color: #FDB8FA;
}
</style>
background-color css
<style>
a { background-color: #FDB8FA; }
a { background-color: rgb(253,184,250); }
div.DivClassName
{
background-color: #FDB8FA;
}
.BgClassName
{
background-color: #FDB8FA;
}
</style>
border-color css
<style>
span { border-color: #FDB8FA; }
span { border-color: rgb(253,184,250); }
td.TdClassName
{
border-color: #FDB8FA;
}
.TagClassName
{
border-color: #FDB8FA;
}
</style>