Shades of Lavender Rose #FDBFEC
Tints of Lavender Rose #FDBFEC
RGB
CMYK
RGB Variations
Color information
#FDBFEC (or 0xFDBFEC) is known color: Lavender Rose. HEX triplet: FD, BF and EC. RGB value is (253,191,236). Sum of RGB (Red+Green+Blue) = 253+191+236=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFEC is #024013. Grayscale: #D6D6D6. Windows color (decimal): -147476 or 15515645. OLE color: 15515645.
HSL color Cylindrical-coordinate representation of color #FDBFEC: hue angle of 316.45º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBFEC is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 236 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.01 |
| HSL | 316.45º | 0.94% | 0.87% | - |
| HSV(B) | 316.45º | 0.25% | 0.99% | - |
| XYZ | 74.28 | 64.2 | 87.83 | - |
| YUV | 214.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 236 | 0 | 0.25 | 0.07 | 0.01 | 316.45 | 0.94 | 0.87 |
| Hex | FD | BF | EC | 0 | 19 | 7 | 1 | 13C | 5E | 57 |
| Octal | 375 | 277 | 354 | 0 | 31 | 7 | 1 | 474 | 136 | 127 |
| Binary | 11111101 | 10111111 | 11101100 | 0 | 11001 | 111 | 1 | 100111100 | 1011110 | 1010111 |
Color Harmonies of #FDBFEC
Complementary color
Monochromatic Colors of #FDBFEC
Black with #FDBFEC
Text Example
Text Example
White with #FDBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFEC; }
p { color: rgb(253,191,236); }
H1.HeaderClassName
{
color: #FDBFEC;
}
.AnyTagClassName
{
color: #FDBFEC;
}
</style>
background-color css
<style>
a { background-color: #FDBFEC; }
a { background-color: rgb(253,191,236); }
div.DivClassName
{
background-color: #FDBFEC;
}
.BgClassName
{
background-color: #FDBFEC;
}
</style>
border-color css
<style>
span { border-color: #FDBFEC; }
span { border-color: rgb(253,191,236); }
td.TdClassName
{
border-color: #FDBFEC;
}
.TagClassName
{
border-color: #FDBFEC;
}
</style>