Shades of Lavender Rose #FDB1E5
Tints of Lavender Rose #FDB1E5
RGB
CMYK
RGB Variations
Color information
#FDB1E5 (or 0xFDB1E5) is known color: Lavender Rose. HEX triplet: FD, B1 and E5. RGB value is (253,177,229). Sum of RGB (Red+Green+Blue) = 253+177+229=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 177 (69.53% from 255 or 26.86% from 659); Blue value is 229 (89.84% from 255 or 34.75% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1E5 is #024E1A. Grayscale: #CDCDCD. Windows color (decimal): -151067 or 15053309. OLE color: 15053309.
HSL color Cylindrical-coordinate representation of color #FDB1E5: hue angle of 318.95º 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 #FDB1E5 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 177 | 229 | - |
CMYK | 0 | 0.30 | 0.09 | 0.01 |
HSL | 318.95º | 0.95% | 0.84% | - |
HSV(B) | 318.95º | 0.3% | 0.99% | - |
XYZ | 70.37 | 57.98 | 81.61 | - |
YUV | 205.65 | 141.18 | 161.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 177 | 229 | 0 | 0.30 | 0.09 | 0.01 | 318.95 | 0.95 | 0.84 |
Hex | FD | B1 | E5 | 0 | 1E | 9 | 1 | 13F | 5F | 54 |
Octal | 375 | 261 | 345 | 0 | 36 | 11 | 1 | 477 | 137 | 124 |
Binary | 11111101 | 10110001 | 11100101 | 0 | 11110 | 1001 | 1 | 100111111 | 1011111 | 1010100 |
Color Harmonies of #FDB1E5
Complementary color
Monochromatic Colors of #FDB1E5
Black with #FDB1E5
Text Example
Text Example
White with #FDB1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1E5; }
p { color: rgb(253,177,229); }
H1.HeaderClassName
{
color: #FDB1E5;
}
.AnyTagClassName
{
color: #FDB1E5;
}
</style>
background-color css
<style>
a { background-color: #FDB1E5; }
a { background-color: rgb(253,177,229); }
div.DivClassName
{
background-color: #FDB1E5;
}
.BgClassName
{
background-color: #FDB1E5;
}
</style>
border-color css
<style>
span { border-color: #FDB1E5; }
span { border-color: rgb(253,177,229); }
td.TdClassName
{
border-color: #FDB1E5;
}
.TagClassName
{
border-color: #FDB1E5;
}
</style>