Shades of Lavender Rose #FDB1E2
Tints of Lavender Rose #FDB1E2
RGB
CMYK
RGB Variations
Color information
#FDB1E2 (or 0xFDB1E2) is known color: Lavender Rose. HEX triplet: FD, B1 and E2. RGB value is (253,177,226). Sum of RGB (Red+Green+Blue) = 253+177+226=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 177 (69.53% from 255 or 26.98% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1E2 is #024E1D. Grayscale: #CDCDCD. Windows color (decimal): -151070 or 14856701. OLE color: 14856701.
HSL color Cylindrical-coordinate representation of color #FDB1E2: hue angle of 321.32º 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 #FDB1E2 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 226 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.01 |
| HSL | 321.32º | 0.95% | 0.84% | - |
| HSV(B) | 321.32º | 0.3% | 0.99% | - |
| XYZ | 69.96 | 57.82 | 79.42 | - |
| YUV | 205.31 | 139.68 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 226 | 0 | 0.30 | 0.11 | 0.01 | 321.32 | 0.95 | 0.84 |
| Hex | FD | B1 | E2 | 0 | 1E | B | 1 | 141 | 5F | 54 |
| Octal | 375 | 261 | 342 | 0 | 36 | 13 | 1 | 501 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11100010 | 0 | 11110 | 1011 | 1 | 101000001 | 1011111 | 1010100 |
Color Harmonies of #FDB1E2
Complementary color
Monochromatic Colors of #FDB1E2
Black with #FDB1E2
Text Example
Text Example
White with #FDB1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1E2; }
p { color: rgb(253,177,226); }
H1.HeaderClassName
{
color: #FDB1E2;
}
.AnyTagClassName
{
color: #FDB1E2;
}
</style>
background-color css
<style>
a { background-color: #FDB1E2; }
a { background-color: rgb(253,177,226); }
div.DivClassName
{
background-color: #FDB1E2;
}
.BgClassName
{
background-color: #FDB1E2;
}
</style>
border-color css
<style>
span { border-color: #FDB1E2; }
span { border-color: rgb(253,177,226); }
td.TdClassName
{
border-color: #FDB1E2;
}
.TagClassName
{
border-color: #FDB1E2;
}
</style>