Shades of Lavender Rose #FDB1FC
Tints of Lavender Rose #FDB1FC
RGB
CMYK
RGB Variations
Color information
#FDB1FC (or 0xFDB1FC) is known color: Lavender Rose. HEX triplet: FD, B1 and FC. RGB value is (253,177,252). Sum of RGB (Red+Green+Blue) = 253+177+252=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 177 (69.53% from 255 or 25.95% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB1FC is #024E03. Grayscale: #D0D0D0. Windows color (decimal): -151044 or 16560637. OLE color: 16560637.
HSL color Cylindrical-coordinate representation of color #FDB1FC: hue angle of 300.79º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB1FC is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 177 | 252 | - |
CMYK | 0 | 0.30 | 0.00 | 0.01 |
HSL | 300.79º | 0.95% | 0.84% | - |
HSV(B) | 300.79º | 0.3% | 0.99% | - |
XYZ | 73.8 | 59.36 | 99.66 | - |
YUV | 208.27 | 152.68 | 159.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 177 | 252 | 0 | 0.30 | 0.00 | 0.01 | 300.79 | 0.95 | 0.84 |
Hex | FD | B1 | FC | 0 | 1E | 0 | 1 | 12D | 5F | 54 |
Octal | 375 | 261 | 374 | 0 | 36 | 0 | 1 | 455 | 137 | 124 |
Binary | 11111101 | 10110001 | 11111100 | 0 | 11110 | 0 | 1 | 100101101 | 1011111 | 1010100 |
Color Harmonies of #FDB1FC
Complementary color
Monochromatic Colors of #FDB1FC
Black with #FDB1FC
Text Example
Text Example
White with #FDB1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1FC; }
p { color: rgb(253,177,252); }
H1.HeaderClassName
{
color: #FDB1FC;
}
.AnyTagClassName
{
color: #FDB1FC;
}
</style>
background-color css
<style>
a { background-color: #FDB1FC; }
a { background-color: rgb(253,177,252); }
div.DivClassName
{
background-color: #FDB1FC;
}
.BgClassName
{
background-color: #FDB1FC;
}
</style>
border-color css
<style>
span { border-color: #FDB1FC; }
span { border-color: rgb(253,177,252); }
td.TdClassName
{
border-color: #FDB1FC;
}
.TagClassName
{
border-color: #FDB1FC;
}
</style>