Shades of Lavender Rose #FCC1EF
Tints of Lavender Rose #FCC1EF
RGB
CMYK
RGB Variations
Color information
#FCC1EF (or 0xFCC1EF) is known color: Lavender Rose. HEX triplet: FC, C1 and EF. RGB value is (252,193,239). Sum of RGB (Red+Green+Blue) = 252+193+239=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 193 (75.78% from 255 or 28.22% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC1EF is #033E10. Grayscale: #D7D7D7. Windows color (decimal): -212497 or 15712764. OLE color: 15712764.
HSL color Cylindrical-coordinate representation of color #FCC1EF: hue angle of 313.22º 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 #FCC1EF is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 239 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.01 |
| HSL | 313.22º | 0.91% | 0.87% | - |
| HSV(B) | 313.22º | 0.23% | 0.99% | - |
| XYZ | 74.79 | 65.07 | 90.28 | - |
| YUV | 215.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 239 | 0 | 0.23 | 0.05 | 0.01 | 313.22 | 0.91 | 0.87 |
| Hex | FC | C1 | EF | 0 | 17 | 5 | 1 | 139 | 5B | 57 |
| Octal | 374 | 301 | 357 | 0 | 27 | 5 | 1 | 471 | 133 | 127 |
| Binary | 11111100 | 11000001 | 11101111 | 0 | 10111 | 101 | 1 | 100111001 | 1011011 | 1010111 |
Color Harmonies of #FCC1EF
Complementary color
Monochromatic Colors of #FCC1EF
Black with #FCC1EF
Text Example
Text Example
White with #FCC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1EF; }
p { color: rgb(252,193,239); }
H1.HeaderClassName
{
color: #FCC1EF;
}
.AnyTagClassName
{
color: #FCC1EF;
}
</style>
background-color css
<style>
a { background-color: #FCC1EF; }
a { background-color: rgb(252,193,239); }
div.DivClassName
{
background-color: #FCC1EF;
}
.BgClassName
{
background-color: #FCC1EF;
}
</style>
border-color css
<style>
span { border-color: #FCC1EF; }
span { border-color: rgb(252,193,239); }
td.TdClassName
{
border-color: #FCC1EF;
}
.TagClassName
{
border-color: #FCC1EF;
}
</style>