Shades of Lavender Rose #FDB6ED
Tints of Lavender Rose #FDB6ED
RGB
CMYK
RGB Variations
Color information
#FDB6ED (or 0xFDB6ED) is known color: Lavender Rose. HEX triplet: FD, B6 and ED. RGB value is (253,182,237). Sum of RGB (Red+Green+Blue) = 253+182+237=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 182 (71.48% from 255 or 27.08% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB6ED is #024912. Grayscale: #D1D1D1. Windows color (decimal): -149779 or 15578877. OLE color: 15578877.
HSL color Cylindrical-coordinate representation of color #FDB6ED: hue angle of 313.52º 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 #FDB6ED is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 237 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.01 |
| HSL | 313.52º | 0.95% | 0.85% | - |
| HSV(B) | 313.52º | 0.28% | 0.99% | - |
| XYZ | 72.52 | 60.45 | 87.97 | - |
| YUV | 209.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 237 | 0 | 0.28 | 0.06 | 0.01 | 313.52 | 0.95 | 0.85 |
| Hex | FD | B6 | ED | 0 | 1C | 6 | 1 | 13A | 5F | 55 |
| Octal | 375 | 266 | 355 | 0 | 34 | 6 | 1 | 472 | 137 | 125 |
| Binary | 11111101 | 10110110 | 11101101 | 0 | 11100 | 110 | 1 | 100111010 | 1011111 | 1010101 |
Color Harmonies of #FDB6ED
Complementary color
Monochromatic Colors of #FDB6ED
Black with #FDB6ED
Text Example
Text Example
White with #FDB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6ED; }
p { color: rgb(253,182,237); }
H1.HeaderClassName
{
color: #FDB6ED;
}
.AnyTagClassName
{
color: #FDB6ED;
}
</style>
background-color css
<style>
a { background-color: #FDB6ED; }
a { background-color: rgb(253,182,237); }
div.DivClassName
{
background-color: #FDB6ED;
}
.BgClassName
{
background-color: #FDB6ED;
}
</style>
border-color css
<style>
span { border-color: #FDB6ED; }
span { border-color: rgb(253,182,237); }
td.TdClassName
{
border-color: #FDB6ED;
}
.TagClassName
{
border-color: #FDB6ED;
}
</style>