Shades of Lavender Rose #FDB8EF
Tints of Lavender Rose #FDB8EF
RGB
CMYK
RGB Variations
Color information
#FDB8EF (or 0xFDB8EF) is known color: Lavender Rose. HEX triplet: FD, B8 and EF. RGB value is (253,184,239). Sum of RGB (Red+Green+Blue) = 253+184+239=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 184 (72.27% from 255 or 27.22% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8EF is #024710. Grayscale: #D2D2D2. Windows color (decimal): -149265 or 15710461. OLE color: 15710461.
HSL color Cylindrical-coordinate representation of color #FDB8EF: hue angle of 312.17º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB8EF is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 239 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.01 |
| HSL | 312.17º | 0.95% | 0.86% | - |
| HSV(B) | 312.17º | 0.27% | 0.99% | - |
| XYZ | 73.23 | 61.4 | 89.65 | - |
| YUV | 210.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 239 | 0 | 0.27 | 0.06 | 0.01 | 312.17 | 0.95 | 0.86 |
| Hex | FD | B8 | EF | 0 | 1B | 6 | 1 | 138 | 5F | 56 |
| Octal | 375 | 270 | 357 | 0 | 33 | 6 | 1 | 470 | 137 | 126 |
| Binary | 11111101 | 10111000 | 11101111 | 0 | 11011 | 110 | 1 | 100111000 | 1011111 | 1010110 |
Color Harmonies of #FDB8EF
Complementary color
Monochromatic Colors of #FDB8EF
Black with #FDB8EF
Text Example
Text Example
White with #FDB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8EF; }
p { color: rgb(253,184,239); }
H1.HeaderClassName
{
color: #FDB8EF;
}
.AnyTagClassName
{
color: #FDB8EF;
}
</style>
background-color css
<style>
a { background-color: #FDB8EF; }
a { background-color: rgb(253,184,239); }
div.DivClassName
{
background-color: #FDB8EF;
}
.BgClassName
{
background-color: #FDB8EF;
}
</style>
border-color css
<style>
span { border-color: #FDB8EF; }
span { border-color: rgb(253,184,239); }
td.TdClassName
{
border-color: #FDB8EF;
}
.TagClassName
{
border-color: #FDB8EF;
}
</style>