Shades of Lavender Rose #FCC2F1
Tints of Lavender Rose #FCC2F1
RGB
CMYK
RGB Variations
Color information
#FCC2F1 (or 0xFCC2F1) is known color: Lavender Rose. HEX triplet: FC, C2 and F1. RGB value is (252,194,241). Sum of RGB (Red+Green+Blue) = 252+194+241=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 194 (76.17% from 255 or 28.24% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC2F1 is #033D0E. Grayscale: #D8D8D8. Windows color (decimal): -212239 or 15844092. OLE color: 15844092.
HSL color Cylindrical-coordinate representation of color #FCC2F1: hue angle of 311.38º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC2F1 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 241 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.01 |
| HSL | 311.38º | 0.91% | 0.87% | - |
| HSV(B) | 311.38º | 0.23% | 0.99% | - |
| XYZ | 75.31 | 65.63 | 91.92 | - |
| YUV | 216.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 241 | 0 | 0.23 | 0.04 | 0.01 | 311.38 | 0.91 | 0.87 |
| Hex | FC | C2 | F1 | 0 | 17 | 4 | 1 | 137 | 5B | 57 |
| Octal | 374 | 302 | 361 | 0 | 27 | 4 | 1 | 467 | 133 | 127 |
| Binary | 11111100 | 11000010 | 11110001 | 0 | 10111 | 100 | 1 | 100110111 | 1011011 | 1010111 |
Color Harmonies of #FCC2F1
Complementary color
Monochromatic Colors of #FCC2F1
Black with #FCC2F1
Text Example
Text Example
White with #FCC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2F1; }
p { color: rgb(252,194,241); }
H1.HeaderClassName
{
color: #FCC2F1;
}
.AnyTagClassName
{
color: #FCC2F1;
}
</style>
background-color css
<style>
a { background-color: #FCC2F1; }
a { background-color: rgb(252,194,241); }
div.DivClassName
{
background-color: #FCC2F1;
}
.BgClassName
{
background-color: #FCC2F1;
}
</style>
border-color css
<style>
span { border-color: #FCC2F1; }
span { border-color: rgb(252,194,241); }
td.TdClassName
{
border-color: #FCC2F1;
}
.TagClassName
{
border-color: #FCC2F1;
}
</style>