Shades of Lavender Rose #FDB1FD
Tints of Lavender Rose #FDB1FD
RGB
CMYK
RGB Variations
Color information
#FDB1FD (or 0xFDB1FD) is known color: Lavender Rose. HEX triplet: FD, B1 and FD. RGB value is (253,177,253). Sum of RGB (Red+Green+Blue) = 253+177+253=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 177 (69.53% from 255 or 25.92% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDB1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB1FD is #024E02. Grayscale: #D0D0D0. Windows color (decimal): -151043 or 16626173. OLE color: 16626173.
HSL color Cylindrical-coordinate representation of color #FDB1FD: hue angle of 300º 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 #FDB1FD is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 177 | 253 | - |
CMYK | 0 | 0.30 | 0 | 0.01 |
HSL | 300º | 0.95% | 0.84% | - |
HSV(B) | 300º | 0.3% | 0.99% | - |
XYZ | 73.96 | 59.42 | 100.5 | - |
YUV | 208.39 | 153.18 | 159.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 177 | 253 | 0 | 0.30 | 0 | 0.01 | 300 | 0.95 | 0.84 |
Hex | FD | B1 | FD | 0 | 1E | 0 | 1 | 12C | 5F | 54 |
Octal | 375 | 261 | 375 | 0 | 36 | 0 | 1 | 454 | 137 | 124 |
Binary | 11111101 | 10110001 | 11111101 | 0 | 11110 | 0 | 1 | 100101100 | 1011111 | 1010100 |
Color Harmonies of #FDB1FD
Complementary color
Monochromatic Colors of #FDB1FD
Black with #FDB1FD
Text Example
Text Example
White with #FDB1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1FD; }
p { color: rgb(253,177,253); }
H1.HeaderClassName
{
color: #FDB1FD;
}
.AnyTagClassName
{
color: #FDB1FD;
}
</style>
background-color css
<style>
a { background-color: #FDB1FD; }
a { background-color: rgb(253,177,253); }
div.DivClassName
{
background-color: #FDB1FD;
}
.BgClassName
{
background-color: #FDB1FD;
}
</style>
border-color css
<style>
span { border-color: #FDB1FD; }
span { border-color: rgb(253,177,253); }
td.TdClassName
{
border-color: #FDB1FD;
}
.TagClassName
{
border-color: #FDB1FD;
}
</style>