Shades of Lavender Rose #FDB6EE
Tints of Lavender Rose #FDB6EE
RGB
CMYK
RGB Variations
Color information
#FDB6EE (or 0xFDB6EE) is known color: Lavender Rose. HEX triplet: FD, B6 and EE. RGB value is (253,182,238). Sum of RGB (Red+Green+Blue) = 253+182+238=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 182 (71.48% from 255 or 27.04% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB6EE is #024911. Grayscale: #D1D1D1. Windows color (decimal): -149778 or 15644413. OLE color: 15644413.
HSL color Cylindrical-coordinate representation of color #FDB6EE: hue angle of 312.68º 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 #FDB6EE is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 182 | 238 | - |
CMYK | 0 | 0.28 | 0.06 | 0.01 |
HSL | 312.68º | 0.95% | 0.85% | - |
HSV(B) | 312.68º | 0.28% | 0.99% | - |
XYZ | 72.67 | 60.51 | 88.74 | - |
YUV | 209.61 | 144.02 | 158.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 182 | 238 | 0 | 0.28 | 0.06 | 0.01 | 312.68 | 0.95 | 0.85 |
Hex | FD | B6 | EE | 0 | 1C | 6 | 1 | 139 | 5F | 55 |
Octal | 375 | 266 | 356 | 0 | 34 | 6 | 1 | 471 | 137 | 125 |
Binary | 11111101 | 10110110 | 11101110 | 0 | 11100 | 110 | 1 | 100111001 | 1011111 | 1010101 |
Color Harmonies of #FDB6EE
Complementary color
Monochromatic Colors of #FDB6EE
Black with #FDB6EE
Text Example
Text Example
White with #FDB6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6EE; }
p { color: rgb(253,182,238); }
H1.HeaderClassName
{
color: #FDB6EE;
}
.AnyTagClassName
{
color: #FDB6EE;
}
</style>
background-color css
<style>
a { background-color: #FDB6EE; }
a { background-color: rgb(253,182,238); }
div.DivClassName
{
background-color: #FDB6EE;
}
.BgClassName
{
background-color: #FDB6EE;
}
</style>
border-color css
<style>
span { border-color: #FDB6EE; }
span { border-color: rgb(253,182,238); }
td.TdClassName
{
border-color: #FDB6EE;
}
.TagClassName
{
border-color: #FDB6EE;
}
</style>