Shades of Lavender Rose #FDB1E3
Tints of Lavender Rose #FDB1E3
RGB
CMYK
RGB Variations
Color information
#FDB1E3 (or 0xFDB1E3) is known color: Lavender Rose. HEX triplet: FD, B1 and E3. RGB value is (253,177,227). Sum of RGB (Red+Green+Blue) = 253+177+227=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 177 (69.53% from 255 or 26.94% from 657); Blue value is 227 (89.06% from 255 or 34.55% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1E3 is #024E1C. Grayscale: #CDCDCD. Windows color (decimal): -151069 or 14922237. OLE color: 14922237.
HSL color Cylindrical-coordinate representation of color #FDB1E3: hue angle of 320.53º 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 #FDB1E3 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 227 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.01 |
| HSL | 320.53º | 0.95% | 0.84% | - |
| HSV(B) | 320.53º | 0.3% | 0.99% | - |
| XYZ | 70.1 | 57.87 | 80.15 | - |
| YUV | 205.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 227 | 0 | 0.30 | 0.10 | 0.01 | 320.53 | 0.95 | 0.84 |
| Hex | FD | B1 | E3 | 0 | 1E | A | 1 | 141 | 5F | 54 |
| Octal | 375 | 261 | 343 | 0 | 36 | 12 | 1 | 501 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11100011 | 0 | 11110 | 1010 | 1 | 101000001 | 1011111 | 1010100 |
Color Harmonies of #FDB1E3
Complementary color
Monochromatic Colors of #FDB1E3
Black with #FDB1E3
Text Example
Text Example
White with #FDB1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1E3; }
p { color: rgb(253,177,227); }
H1.HeaderClassName
{
color: #FDB1E3;
}
.AnyTagClassName
{
color: #FDB1E3;
}
</style>
background-color css
<style>
a { background-color: #FDB1E3; }
a { background-color: rgb(253,177,227); }
div.DivClassName
{
background-color: #FDB1E3;
}
.BgClassName
{
background-color: #FDB1E3;
}
</style>
border-color css
<style>
span { border-color: #FDB1E3; }
span { border-color: rgb(253,177,227); }
td.TdClassName
{
border-color: #FDB1E3;
}
.TagClassName
{
border-color: #FDB1E3;
}
</style>