Shades of Lavender Rose #FDB3E5
Tints of Lavender Rose #FDB3E5
RGB
CMYK
RGB Variations
Color information
#FDB3E5 (or 0xFDB3E5) is known color: Lavender Rose. HEX triplet: FD, B3 and E5. RGB value is (253,179,229). Sum of RGB (Red+Green+Blue) = 253+179+229=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 179 (70.31% from 255 or 27.08% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3E5 is #024C1A. Grayscale: #CECECE. Windows color (decimal): -150555 or 15053821. OLE color: 15053821.
HSL color Cylindrical-coordinate representation of color #FDB3E5: hue angle of 319.46º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB3E5 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 229 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.01 |
| HSL | 319.46º | 0.95% | 0.85% | - |
| HSV(B) | 319.46º | 0.29% | 0.99% | - |
| XYZ | 70.77 | 58.78 | 81.74 | - |
| YUV | 206.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 229 | 0 | 0.29 | 0.09 | 0.01 | 319.46 | 0.95 | 0.85 |
| Hex | FD | B3 | E5 | 0 | 1D | 9 | 1 | 13F | 5F | 55 |
| Octal | 375 | 263 | 345 | 0 | 35 | 11 | 1 | 477 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11100101 | 0 | 11101 | 1001 | 1 | 100111111 | 1011111 | 1010101 |
Color Harmonies of #FDB3E5
Complementary color
Monochromatic Colors of #FDB3E5
Black with #FDB3E5
Text Example
Text Example
White with #FDB3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3E5; }
p { color: rgb(253,179,229); }
H1.HeaderClassName
{
color: #FDB3E5;
}
.AnyTagClassName
{
color: #FDB3E5;
}
</style>
background-color css
<style>
a { background-color: #FDB3E5; }
a { background-color: rgb(253,179,229); }
div.DivClassName
{
background-color: #FDB3E5;
}
.BgClassName
{
background-color: #FDB3E5;
}
</style>
border-color css
<style>
span { border-color: #FDB3E5; }
span { border-color: rgb(253,179,229); }
td.TdClassName
{
border-color: #FDB3E5;
}
.TagClassName
{
border-color: #FDB3E5;
}
</style>