Shades of Lavender Rose #FDB7EE
Tints of Lavender Rose #FDB7EE
RGB
CMYK
RGB Variations
Color information
#FDB7EE (or 0xFDB7EE) is known color: Lavender Rose. HEX triplet: FD, B7 and EE. RGB value is (253,183,238). Sum of RGB (Red+Green+Blue) = 253+183+238=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 183 (71.88% from 255 or 27.15% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB7EE is #024811. Grayscale: #D2D2D2. Windows color (decimal): -149522 or 15644669. OLE color: 15644669.
HSL color Cylindrical-coordinate representation of color #FDB7EE: hue angle of 312.86º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB7EE is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 238 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.01 |
| HSL | 312.86º | 0.95% | 0.85% | - |
| HSV(B) | 312.86º | 0.28% | 0.99% | - |
| XYZ | 72.87 | 60.92 | 88.81 | - |
| YUV | 210.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 238 | 0 | 0.28 | 0.06 | 0.01 | 312.86 | 0.95 | 0.85 |
| Hex | FD | B7 | EE | 0 | 1C | 6 | 1 | 139 | 5F | 55 |
| Octal | 375 | 267 | 356 | 0 | 34 | 6 | 1 | 471 | 137 | 125 |
| Binary | 11111101 | 10110111 | 11101110 | 0 | 11100 | 110 | 1 | 100111001 | 1011111 | 1010101 |
Color Harmonies of #FDB7EE
Complementary color
Monochromatic Colors of #FDB7EE
Black with #FDB7EE
Text Example
Text Example
White with #FDB7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7EE; }
p { color: rgb(253,183,238); }
H1.HeaderClassName
{
color: #FDB7EE;
}
.AnyTagClassName
{
color: #FDB7EE;
}
</style>
background-color css
<style>
a { background-color: #FDB7EE; }
a { background-color: rgb(253,183,238); }
div.DivClassName
{
background-color: #FDB7EE;
}
.BgClassName
{
background-color: #FDB7EE;
}
</style>
border-color css
<style>
span { border-color: #FDB7EE; }
span { border-color: rgb(253,183,238); }
td.TdClassName
{
border-color: #FDB7EE;
}
.TagClassName
{
border-color: #FDB7EE;
}
</style>