Shades of Lavender Rose #FDB4FE
Tints of Lavender Rose #FDB4FE
RGB
CMYK
RGB Variations
Color information
#FDB4FE (or 0xFDB4FE) is known color: Lavender Rose. HEX triplet: FD, B4 and FE. RGB value is (253,180,254). Sum of RGB (Red+Green+Blue) = 253+180+254=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 180 (70.70% from 255 or 26.20% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDB4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4FE is #024B01. Grayscale: #D2D2D2. Windows color (decimal): -150274 or 16692477. OLE color: 16692477.
HSL color Cylindrical-coordinate representation of color #FDB4FE: hue angle of 299.19º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB4FE is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 180 | 254 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.00 |
| HSL | 299.19º | 0.97% | 0.85% | - |
| HSV(B) | 299.19º | 0.29% | 1% | - |
| XYZ | 74.72 | 60.68 | 101.54 | - |
| YUV | 210.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 254 | 0.00 | 0.29 | 0 | 0.00 | 299.19 | 0.97 | 0.85 |
| Hex | FD | B4 | FE | 0 | 1D | 0 | 0 | 12B | 61 | 55 |
| Octal | 375 | 264 | 376 | 0 | 35 | 0 | 0 | 453 | 141 | 125 |
| Binary | 11111101 | 10110100 | 11111110 | 0 | 11101 | 0 | 0 | 100101011 | 1100001 | 1010101 |
Color Harmonies of #FDB4FE
Complementary color
Monochromatic Colors of #FDB4FE
Black with #FDB4FE
Text Example
Text Example
White with #FDB4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4FE; }
p { color: rgb(253,180,254); }
H1.HeaderClassName
{
color: #FDB4FE;
}
.AnyTagClassName
{
color: #FDB4FE;
}
</style>
background-color css
<style>
a { background-color: #FDB4FE; }
a { background-color: rgb(253,180,254); }
div.DivClassName
{
background-color: #FDB4FE;
}
.BgClassName
{
background-color: #FDB4FE;
}
</style>
border-color css
<style>
span { border-color: #FDB4FE; }
span { border-color: rgb(253,180,254); }
td.TdClassName
{
border-color: #FDB4FE;
}
.TagClassName
{
border-color: #FDB4FE;
}
</style>