Shades of Lavender Rose #FDB9EE
Tints of Lavender Rose #FDB9EE
RGB
CMYK
RGB Variations
Color information
#FDB9EE (or 0xFDB9EE) is known color: Lavender Rose. HEX triplet: FD, B9 and EE. RGB value is (253,185,238). Sum of RGB (Red+Green+Blue) = 253+185+238=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 185 (72.66% from 255 or 27.37% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9EE is #024611. Grayscale: #D3D3D3. Windows color (decimal): -149010 or 15645181. OLE color: 15645181.
HSL color Cylindrical-coordinate representation of color #FDB9EE: hue angle of 313.24º degrees, saturation: 0.94, 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 #FDB9EE is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 185 | 238 | - |
CMYK | 0 | 0.27 | 0.06 | 0.01 |
HSL | 313.24º | 0.94% | 0.86% | - |
HSV(B) | 313.24º | 0.27% | 0.99% | - |
XYZ | 73.29 | 61.75 | 88.95 | - |
YUV | 211.37 | 143.03 | 157.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 185 | 238 | 0 | 0.27 | 0.06 | 0.01 | 313.24 | 0.94 | 0.86 |
Hex | FD | B9 | EE | 0 | 1B | 6 | 1 | 139 | 5E | 56 |
Octal | 375 | 271 | 356 | 0 | 33 | 6 | 1 | 471 | 136 | 126 |
Binary | 11111101 | 10111001 | 11101110 | 0 | 11011 | 110 | 1 | 100111001 | 1011110 | 1010110 |
Color Harmonies of #FDB9EE
Complementary color
Monochromatic Colors of #FDB9EE
Black with #FDB9EE
Text Example
Text Example
White with #FDB9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB9EE; }
p { color: rgb(253,185,238); }
H1.HeaderClassName
{
color: #FDB9EE;
}
.AnyTagClassName
{
color: #FDB9EE;
}
</style>
background-color css
<style>
a { background-color: #FDB9EE; }
a { background-color: rgb(253,185,238); }
div.DivClassName
{
background-color: #FDB9EE;
}
.BgClassName
{
background-color: #FDB9EE;
}
</style>
border-color css
<style>
span { border-color: #FDB9EE; }
span { border-color: rgb(253,185,238); }
td.TdClassName
{
border-color: #FDB9EE;
}
.TagClassName
{
border-color: #FDB9EE;
}
</style>