Shades of Lavender Rose #FDB9FC
Tints of Lavender Rose #FDB9FC
RGB
CMYK
RGB Variations
Color information
#FDB9FC (or 0xFDB9FC) is known color: Lavender Rose. HEX triplet: FD, B9 and FC. RGB value is (253,185,252). Sum of RGB (Red+Green+Blue) = 253+185+252=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 185 (72.66% from 255 or 26.81% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9FC is #024603. Grayscale: #D4D4D4. Windows color (decimal): -148996 or 16562685. OLE color: 16562685.
HSL color Cylindrical-coordinate representation of color #FDB9FC: hue angle of 300.88º 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 #FDB9FC is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 185 | 252 | - |
CMYK | 0 | 0.27 | 0.00 | 0.01 |
HSL | 300.88º | 0.94% | 0.86% | - |
HSV(B) | 300.88º | 0.27% | 0.99% | - |
XYZ | 75.43 | 62.61 | 100.2 | - |
YUV | 212.97 | 150.03 | 156.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 185 | 252 | 0 | 0.27 | 0.00 | 0.01 | 300.88 | 0.94 | 0.86 |
Hex | FD | B9 | FC | 0 | 1B | 0 | 1 | 12D | 5E | 56 |
Octal | 375 | 271 | 374 | 0 | 33 | 0 | 1 | 455 | 136 | 126 |
Binary | 11111101 | 10111001 | 11111100 | 0 | 11011 | 0 | 1 | 100101101 | 1011110 | 1010110 |
Color Harmonies of #FDB9FC
Complementary color
Monochromatic Colors of #FDB9FC
Black with #FDB9FC
Text Example
Text Example
White with #FDB9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB9FC; }
p { color: rgb(253,185,252); }
H1.HeaderClassName
{
color: #FDB9FC;
}
.AnyTagClassName
{
color: #FDB9FC;
}
</style>
background-color css
<style>
a { background-color: #FDB9FC; }
a { background-color: rgb(253,185,252); }
div.DivClassName
{
background-color: #FDB9FC;
}
.BgClassName
{
background-color: #FDB9FC;
}
</style>
border-color css
<style>
span { border-color: #FDB9FC; }
span { border-color: rgb(253,185,252); }
td.TdClassName
{
border-color: #FDB9FC;
}
.TagClassName
{
border-color: #FDB9FC;
}
</style>