Shades of Lavender Rose #FDB2EE
Tints of Lavender Rose #FDB2EE
RGB
CMYK
RGB Variations
Color information
#FDB2EE (or 0xFDB2EE) is known color: Lavender Rose. HEX triplet: FD, B2 and EE. RGB value is (253,178,238). Sum of RGB (Red+Green+Blue) = 253+178+238=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 178 (69.92% from 255 or 26.61% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDB2EE is #024D11. Grayscale: #CFCFCF. Windows color (decimal): -150802 or 15643389. OLE color: 15643389.
HSL color Cylindrical-coordinate representation of color #FDB2EE: hue angle of 312º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2EE is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 178 | 238 | - |
CMYK | 0 | 0.30 | 0.06 | 0.01 |
HSL | 312º | 0.95% | 0.85% | - |
HSV(B) | 312º | 0.3% | 0.99% | - |
XYZ | 71.86 | 58.9 | 88.47 | - |
YUV | 207.27 | 145.35 | 160.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 178 | 238 | 0 | 0.30 | 0.06 | 0.01 | 312 | 0.95 | 0.85 |
Hex | FD | B2 | EE | 0 | 1E | 6 | 1 | 138 | 5F | 55 |
Octal | 375 | 262 | 356 | 0 | 36 | 6 | 1 | 470 | 137 | 125 |
Binary | 11111101 | 10110010 | 11101110 | 0 | 11110 | 110 | 1 | 100111000 | 1011111 | 1010101 |
Color Harmonies of #FDB2EE
Complementary color
Monochromatic Colors of #FDB2EE
Black with #FDB2EE
Text Example
Text Example
White with #FDB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2EE; }
p { color: rgb(253,178,238); }
H1.HeaderClassName
{
color: #FDB2EE;
}
.AnyTagClassName
{
color: #FDB2EE;
}
</style>
background-color css
<style>
a { background-color: #FDB2EE; }
a { background-color: rgb(253,178,238); }
div.DivClassName
{
background-color: #FDB2EE;
}
.BgClassName
{
background-color: #FDB2EE;
}
</style>
border-color css
<style>
span { border-color: #FDB2EE; }
span { border-color: rgb(253,178,238); }
td.TdClassName
{
border-color: #FDB2EE;
}
.TagClassName
{
border-color: #FDB2EE;
}
</style>