Shades of Lavender Rose #FDC2F1
Tints of Lavender Rose #FDC2F1
RGB
CMYK
RGB Variations
Color information
#FDC2F1 (or 0xFDC2F1) is known color: Lavender Rose. HEX triplet: FD, C2 and F1. RGB value is (253,194,241). Sum of RGB (Red+Green+Blue) = 253+194+241=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 194 (76.17% from 255 or 28.20% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC2F1 is #023D0E. Grayscale: #D8D8D8. Windows color (decimal): -146703 or 15844093. OLE color: 15844093.
HSL color Cylindrical-coordinate representation of color #FDC2F1: hue angle of 312.2º 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 #FDC2F1 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 241 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.01 |
| HSL | 312.2º | 0.94% | 0.88% | - |
| HSV(B) | 312.2º | 0.23% | 0.99% | - |
| XYZ | 75.68 | 65.82 | 91.93 | - |
| YUV | 217 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 241 | 0 | 0.23 | 0.05 | 0.01 | 312.2 | 0.94 | 0.88 |
| Hex | FD | C2 | F1 | 0 | 17 | 5 | 1 | 138 | 5E | 58 |
| Octal | 375 | 302 | 361 | 0 | 27 | 5 | 1 | 470 | 136 | 130 |
| Binary | 11111101 | 11000010 | 11110001 | 0 | 10111 | 101 | 1 | 100111000 | 1011110 | 1011000 |
Color Harmonies of #FDC2F1
Complementary color
Monochromatic Colors of #FDC2F1
Black with #FDC2F1
Text Example
Text Example
White with #FDC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2F1; }
p { color: rgb(253,194,241); }
H1.HeaderClassName
{
color: #FDC2F1;
}
.AnyTagClassName
{
color: #FDC2F1;
}
</style>
background-color css
<style>
a { background-color: #FDC2F1; }
a { background-color: rgb(253,194,241); }
div.DivClassName
{
background-color: #FDC2F1;
}
.BgClassName
{
background-color: #FDC2F1;
}
</style>
border-color css
<style>
span { border-color: #FDC2F1; }
span { border-color: rgb(253,194,241); }
td.TdClassName
{
border-color: #FDC2F1;
}
.TagClassName
{
border-color: #FDC2F1;
}
</style>