Shades of Lavender Rose #FDB8EE
Tints of Lavender Rose #FDB8EE
RGB
CMYK
RGB Variations
Color information
#FDB8EE (or 0xFDB8EE) is known color: Lavender Rose. HEX triplet: FD, B8 and EE. RGB value is (253,184,238). Sum of RGB (Red+Green+Blue) = 253+184+238=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 184 (72.27% from 255 or 27.26% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB8EE is #024711. Grayscale: #D2D2D2. Windows color (decimal): -149266 or 15644925. OLE color: 15644925.
HSL color Cylindrical-coordinate representation of color #FDB8EE: hue angle of 313.04º 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 #FDB8EE is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 238 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.01 |
| HSL | 313.04º | 0.95% | 0.86% | - |
| HSV(B) | 313.04º | 0.27% | 0.99% | - |
| XYZ | 73.08 | 61.34 | 88.88 | - |
| YUV | 210.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 238 | 0 | 0.27 | 0.06 | 0.01 | 313.04 | 0.95 | 0.86 |
| Hex | FD | B8 | EE | 0 | 1B | 6 | 1 | 139 | 5F | 56 |
| Octal | 375 | 270 | 356 | 0 | 33 | 6 | 1 | 471 | 137 | 126 |
| Binary | 11111101 | 10111000 | 11101110 | 0 | 11011 | 110 | 1 | 100111001 | 1011111 | 1010110 |
Color Harmonies of #FDB8EE
Complementary color
Monochromatic Colors of #FDB8EE
Black with #FDB8EE
Text Example
Text Example
White with #FDB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8EE; }
p { color: rgb(253,184,238); }
H1.HeaderClassName
{
color: #FDB8EE;
}
.AnyTagClassName
{
color: #FDB8EE;
}
</style>
background-color css
<style>
a { background-color: #FDB8EE; }
a { background-color: rgb(253,184,238); }
div.DivClassName
{
background-color: #FDB8EE;
}
.BgClassName
{
background-color: #FDB8EE;
}
</style>
border-color css
<style>
span { border-color: #FDB8EE; }
span { border-color: rgb(253,184,238); }
td.TdClassName
{
border-color: #FDB8EE;
}
.TagClassName
{
border-color: #FDB8EE;
}
</style>