Shades of Lavender Rose #FDC2F0
Tints of Lavender Rose #FDC2F0
RGB
CMYK
RGB Variations
Color information
#FDC2F0 (or 0xFDC2F0) is known color: Lavender Rose. HEX triplet: FD, C2 and F0. RGB value is (253,194,240). Sum of RGB (Red+Green+Blue) = 253+194+240=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 194 (76.17% from 255 or 28.24% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC2F0 is #023D0F. Grayscale: #D8D8D8. Windows color (decimal): -146704 or 15778557. OLE color: 15778557.
HSL color Cylindrical-coordinate representation of color #FDC2F0: hue angle of 313.22º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC2F0 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 240 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.01 |
| HSL | 313.22º | 0.94% | 0.88% | - |
| HSV(B) | 313.22º | 0.23% | 0.99% | - |
| XYZ | 75.53 | 65.76 | 91.15 | - |
| YUV | 216.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 240 | 0 | 0.23 | 0.05 | 0.01 | 313.22 | 0.94 | 0.88 |
| Hex | FD | C2 | F0 | 0 | 17 | 5 | 1 | 139 | 5E | 58 |
| Octal | 375 | 302 | 360 | 0 | 27 | 5 | 1 | 471 | 136 | 130 |
| Binary | 11111101 | 11000010 | 11110000 | 0 | 10111 | 101 | 1 | 100111001 | 1011110 | 1011000 |
Color Harmonies of #FDC2F0
Complementary color
Monochromatic Colors of #FDC2F0
Black with #FDC2F0
Text Example
Text Example
White with #FDC2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2F0; }
p { color: rgb(253,194,240); }
H1.HeaderClassName
{
color: #FDC2F0;
}
.AnyTagClassName
{
color: #FDC2F0;
}
</style>
background-color css
<style>
a { background-color: #FDC2F0; }
a { background-color: rgb(253,194,240); }
div.DivClassName
{
background-color: #FDC2F0;
}
.BgClassName
{
background-color: #FDC2F0;
}
</style>
border-color css
<style>
span { border-color: #FDC2F0; }
span { border-color: rgb(253,194,240); }
td.TdClassName
{
border-color: #FDC2F0;
}
.TagClassName
{
border-color: #FDC2F0;
}
</style>