Shades of Lavender Rose #FDB1ED
Tints of Lavender Rose #FDB1ED
RGB
CMYK
RGB Variations
Color information
#FDB1ED (or 0xFDB1ED) is known color: Lavender Rose. HEX triplet: FD, B1 and ED. RGB value is (253,177,237). Sum of RGB (Red+Green+Blue) = 253+177+237=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB1ED is #024E12. Grayscale: #CECECE. Windows color (decimal): -151059 or 15577597. OLE color: 15577597.
HSL color Cylindrical-coordinate representation of color #FDB1ED: hue angle of 312.63º 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 #FDB1ED is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 177 | 237 | - |
CMYK | 0 | 0.30 | 0.06 | 0.01 |
HSL | 312.63º | 0.95% | 0.84% | - |
HSV(B) | 312.63º | 0.3% | 0.99% | - |
XYZ | 71.52 | 58.44 | 87.63 | - |
YUV | 206.56 | 145.18 | 161.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 177 | 237 | 0 | 0.30 | 0.06 | 0.01 | 312.63 | 0.95 | 0.84 |
Hex | FD | B1 | ED | 0 | 1E | 6 | 1 | 139 | 5F | 54 |
Octal | 375 | 261 | 355 | 0 | 36 | 6 | 1 | 471 | 137 | 124 |
Binary | 11111101 | 10110001 | 11101101 | 0 | 11110 | 110 | 1 | 100111001 | 1011111 | 1010100 |
Color Harmonies of #FDB1ED
Complementary color
Monochromatic Colors of #FDB1ED
Black with #FDB1ED
Text Example
Text Example
White with #FDB1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1ED; }
p { color: rgb(253,177,237); }
H1.HeaderClassName
{
color: #FDB1ED;
}
.AnyTagClassName
{
color: #FDB1ED;
}
</style>
background-color css
<style>
a { background-color: #FDB1ED; }
a { background-color: rgb(253,177,237); }
div.DivClassName
{
background-color: #FDB1ED;
}
.BgClassName
{
background-color: #FDB1ED;
}
</style>
border-color css
<style>
span { border-color: #FDB1ED; }
span { border-color: rgb(253,177,237); }
td.TdClassName
{
border-color: #FDB1ED;
}
.TagClassName
{
border-color: #FDB1ED;
}
</style>