Shades of Lavender Rose #FDC0EE
Tints of Lavender Rose #FDC0EE
RGB
CMYK
RGB Variations
Color information
#FDC0EE (or 0xFDC0EE) is known color: Lavender Rose. HEX triplet: FD, C0 and EE. RGB value is (253,192,238). Sum of RGB (Red+Green+Blue) = 253+192+238=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 192 (75.39% from 255 or 28.11% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC0EE is #023F11. Grayscale: #D7D7D7. Windows color (decimal): -147218 or 15646973. OLE color: 15646973.
HSL color Cylindrical-coordinate representation of color #FDC0EE: hue angle of 314.75º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC0EE is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 238 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.01 |
| HSL | 314.75º | 0.94% | 0.87% | - |
| HSV(B) | 314.75º | 0.24% | 0.99% | - |
| XYZ | 74.79 | 64.75 | 89.45 | - |
| YUV | 215.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 238 | 0 | 0.24 | 0.06 | 0.01 | 314.75 | 0.94 | 0.87 |
| Hex | FD | C0 | EE | 0 | 18 | 6 | 1 | 13B | 5E | 57 |
| Octal | 375 | 300 | 356 | 0 | 30 | 6 | 1 | 473 | 136 | 127 |
| Binary | 11111101 | 11000000 | 11101110 | 0 | 11000 | 110 | 1 | 100111011 | 1011110 | 1010111 |
Color Harmonies of #FDC0EE
Complementary color
Monochromatic Colors of #FDC0EE
Black with #FDC0EE
Text Example
Text Example
White with #FDC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0EE; }
p { color: rgb(253,192,238); }
H1.HeaderClassName
{
color: #FDC0EE;
}
.AnyTagClassName
{
color: #FDC0EE;
}
</style>
background-color css
<style>
a { background-color: #FDC0EE; }
a { background-color: rgb(253,192,238); }
div.DivClassName
{
background-color: #FDC0EE;
}
.BgClassName
{
background-color: #FDC0EE;
}
</style>
border-color css
<style>
span { border-color: #FDC0EE; }
span { border-color: rgb(253,192,238); }
td.TdClassName
{
border-color: #FDC0EE;
}
.TagClassName
{
border-color: #FDC0EE;
}
</style>