Shades of Lavender Rose #FDB4E7
Tints of Lavender Rose #FDB4E7
RGB
CMYK
RGB Variations
Color information
#FDB4E7 (or 0xFDB4E7) is known color: Lavender Rose. HEX triplet: FD, B4 and E7. RGB value is (253,180,231). Sum of RGB (Red+Green+Blue) = 253+180+231=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 180 (70.70% from 255 or 27.11% from 664); Blue value is 231 (90.62% from 255 or 34.79% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4E7 is #024B18. Grayscale: #CFCFCF. Windows color (decimal): -150297 or 15185149. OLE color: 15185149.
HSL color Cylindrical-coordinate representation of color #FDB4E7: hue angle of 318.08º 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 #FDB4E7 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 231 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.01 |
| HSL | 318.08º | 0.95% | 0.85% | - |
| HSV(B) | 318.08º | 0.29% | 0.99% | - |
| XYZ | 71.25 | 59.29 | 83.29 | - |
| YUV | 207.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 231 | 0 | 0.29 | 0.09 | 0.01 | 318.08 | 0.95 | 0.85 |
| Hex | FD | B4 | E7 | 0 | 1D | 9 | 1 | 13E | 5F | 55 |
| Octal | 375 | 264 | 347 | 0 | 35 | 11 | 1 | 476 | 137 | 125 |
| Binary | 11111101 | 10110100 | 11100111 | 0 | 11101 | 1001 | 1 | 100111110 | 1011111 | 1010101 |
Color Harmonies of #FDB4E7
Complementary color
Monochromatic Colors of #FDB4E7
Black with #FDB4E7
Text Example
Text Example
White with #FDB4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4E7; }
p { color: rgb(253,180,231); }
H1.HeaderClassName
{
color: #FDB4E7;
}
.AnyTagClassName
{
color: #FDB4E7;
}
</style>
background-color css
<style>
a { background-color: #FDB4E7; }
a { background-color: rgb(253,180,231); }
div.DivClassName
{
background-color: #FDB4E7;
}
.BgClassName
{
background-color: #FDB4E7;
}
</style>
border-color css
<style>
span { border-color: #FDB4E7; }
span { border-color: rgb(253,180,231); }
td.TdClassName
{
border-color: #FDB4E7;
}
.TagClassName
{
border-color: #FDB4E7;
}
</style>