Shades of Lavender Rose #FDB1E4
Tints of Lavender Rose #FDB1E4
RGB
CMYK
RGB Variations
Color information
#FDB1E4 (or 0xFDB1E4) is known color: Lavender Rose. HEX triplet: FD, B1 and E4. RGB value is (253,177,228). Sum of RGB (Red+Green+Blue) = 253+177+228=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 177 (69.53% from 255 or 26.90% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1E4 is #024E1B. Grayscale: #CDCDCD. Windows color (decimal): -151068 or 14987773. OLE color: 14987773.
HSL color Cylindrical-coordinate representation of color #FDB1E4: hue angle of 319.74º 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 #FDB1E4 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 228 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.01 |
| HSL | 319.74º | 0.95% | 0.84% | - |
| HSV(B) | 319.74º | 0.3% | 0.99% | - |
| XYZ | 70.23 | 57.93 | 80.88 | - |
| YUV | 205.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 228 | 0 | 0.30 | 0.10 | 0.01 | 319.74 | 0.95 | 0.84 |
| Hex | FD | B1 | E4 | 0 | 1E | A | 1 | 140 | 5F | 54 |
| Octal | 375 | 261 | 344 | 0 | 36 | 12 | 1 | 500 | 137 | 124 |
| Binary | 11111101 | 10110001 | 11100100 | 0 | 11110 | 1010 | 1 | 101000000 | 1011111 | 1010100 |
Color Harmonies of #FDB1E4
Complementary color
Monochromatic Colors of #FDB1E4
Black with #FDB1E4
Text Example
Text Example
White with #FDB1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1E4; }
p { color: rgb(253,177,228); }
H1.HeaderClassName
{
color: #FDB1E4;
}
.AnyTagClassName
{
color: #FDB1E4;
}
</style>
background-color css
<style>
a { background-color: #FDB1E4; }
a { background-color: rgb(253,177,228); }
div.DivClassName
{
background-color: #FDB1E4;
}
.BgClassName
{
background-color: #FDB1E4;
}
</style>
border-color css
<style>
span { border-color: #FDB1E4; }
span { border-color: rgb(253,177,228); }
td.TdClassName
{
border-color: #FDB1E4;
}
.TagClassName
{
border-color: #FDB1E4;
}
</style>