Shades of Lavender Rose #FDB3E7
Tints of Lavender Rose #FDB3E7
RGB
CMYK
RGB Variations
Color information
#FDB3E7 (or 0xFDB3E7) is known color: Lavender Rose. HEX triplet: FD, B3 and E7. RGB value is (253,179,231). Sum of RGB (Red+Green+Blue) = 253+179+231=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 179 (70.31% from 255 or 27.00% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB3E7 is #024C18. Grayscale: #CECECE. Windows color (decimal): -150553 or 15184893. OLE color: 15184893.
HSL color Cylindrical-coordinate representation of color #FDB3E7: hue angle of 317.84º 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 #FDB3E7 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 231 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.01 |
| HSL | 317.84º | 0.95% | 0.85% | - |
| HSV(B) | 317.84º | 0.29% | 0.99% | - |
| XYZ | 71.05 | 58.89 | 83.22 | - |
| YUV | 207.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 231 | 0 | 0.29 | 0.09 | 0.01 | 317.84 | 0.95 | 0.85 |
| Hex | FD | B3 | E7 | 0 | 1D | 9 | 1 | 13E | 5F | 55 |
| Octal | 375 | 263 | 347 | 0 | 35 | 11 | 1 | 476 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11100111 | 0 | 11101 | 1001 | 1 | 100111110 | 1011111 | 1010101 |
Color Harmonies of #FDB3E7
Complementary color
Monochromatic Colors of #FDB3E7
Black with #FDB3E7
Text Example
Text Example
White with #FDB3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3E7; }
p { color: rgb(253,179,231); }
H1.HeaderClassName
{
color: #FDB3E7;
}
.AnyTagClassName
{
color: #FDB3E7;
}
</style>
background-color css
<style>
a { background-color: #FDB3E7; }
a { background-color: rgb(253,179,231); }
div.DivClassName
{
background-color: #FDB3E7;
}
.BgClassName
{
background-color: #FDB3E7;
}
</style>
border-color css
<style>
span { border-color: #FDB3E7; }
span { border-color: rgb(253,179,231); }
td.TdClassName
{
border-color: #FDB3E7;
}
.TagClassName
{
border-color: #FDB3E7;
}
</style>