Shades of Lavender Rose #FDB9FD
Tints of Lavender Rose #FDB9FD
RGB
CMYK
RGB Variations
Color information
#FDB9FD (or 0xFDB9FD) is known color: Lavender Rose. HEX triplet: FD, B9 and FD. RGB value is (253,185,253). Sum of RGB (Red+Green+Blue) = 253+185+253=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 185 (72.66% from 255 or 26.77% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDB9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9FD is #024602. Grayscale: #D4D4D4. Windows color (decimal): -148995 or 16628221. OLE color: 16628221.
HSL color Cylindrical-coordinate representation of color #FDB9FD: hue angle of 300º degrees, saturation: 0.94, 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 #FDB9FD is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 185 | 253 | - |
CMYK | 0 | 0.27 | 0 | 0.01 |
HSL | 300º | 0.94% | 0.86% | - |
HSV(B) | 300º | 0.27% | 0.99% | - |
XYZ | 75.59 | 62.67 | 101.04 | - |
YUV | 213.08 | 150.53 | 156.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 185 | 253 | 0 | 0.27 | 0 | 0.01 | 300 | 0.94 | 0.86 |
Hex | FD | B9 | FD | 0 | 1B | 0 | 1 | 12C | 5E | 56 |
Octal | 375 | 271 | 375 | 0 | 33 | 0 | 1 | 454 | 136 | 126 |
Binary | 11111101 | 10111001 | 11111101 | 0 | 11011 | 0 | 1 | 100101100 | 1011110 | 1010110 |
Color Harmonies of #FDB9FD
Complementary color
Monochromatic Colors of #FDB9FD
Black with #FDB9FD
Text Example
Text Example
White with #FDB9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB9FD; }
p { color: rgb(253,185,253); }
H1.HeaderClassName
{
color: #FDB9FD;
}
.AnyTagClassName
{
color: #FDB9FD;
}
</style>
background-color css
<style>
a { background-color: #FDB9FD; }
a { background-color: rgb(253,185,253); }
div.DivClassName
{
background-color: #FDB9FD;
}
.BgClassName
{
background-color: #FDB9FD;
}
</style>
border-color css
<style>
span { border-color: #FDB9FD; }
span { border-color: rgb(253,185,253); }
td.TdClassName
{
border-color: #FDB9FD;
}
.TagClassName
{
border-color: #FDB9FD;
}
</style>