Shades of Lavender Rose #FCC2F3
Tints of Lavender Rose #FCC2F3
RGB
CMYK
RGB Variations
Color information
#FCC2F3 (or 0xFCC2F3) is known color: Lavender Rose. HEX triplet: FC, C2 and F3. RGB value is (252,194,243). Sum of RGB (Red+Green+Blue) = 252+194+243=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 194 (76.17% from 255 or 28.16% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC2F3 is #033D0C. Grayscale: #D8D8D8. Windows color (decimal): -212237 or 15975164. OLE color: 15975164.
HSL color Cylindrical-coordinate representation of color #FCC2F3: hue angle of 309.31º 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 #FCC2F3 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 243 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.01 |
| HSL | 309.31º | 0.91% | 0.87% | - |
| HSV(B) | 309.31º | 0.23% | 0.99% | - |
| XYZ | 75.61 | 65.75 | 93.5 | - |
| YUV | 216.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 243 | 0 | 0.23 | 0.04 | 0.01 | 309.31 | 0.91 | 0.87 |
| Hex | FC | C2 | F3 | 0 | 17 | 4 | 1 | 135 | 5B | 57 |
| Octal | 374 | 302 | 363 | 0 | 27 | 4 | 1 | 465 | 133 | 127 |
| Binary | 11111100 | 11000010 | 11110011 | 0 | 10111 | 100 | 1 | 100110101 | 1011011 | 1010111 |
Color Harmonies of #FCC2F3
Complementary color
Monochromatic Colors of #FCC2F3
Black with #FCC2F3
Text Example
Text Example
White with #FCC2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2F3; }
p { color: rgb(252,194,243); }
H1.HeaderClassName
{
color: #FCC2F3;
}
.AnyTagClassName
{
color: #FCC2F3;
}
</style>
background-color css
<style>
a { background-color: #FCC2F3; }
a { background-color: rgb(252,194,243); }
div.DivClassName
{
background-color: #FCC2F3;
}
.BgClassName
{
background-color: #FCC2F3;
}
</style>
border-color css
<style>
span { border-color: #FCC2F3; }
span { border-color: rgb(252,194,243); }
td.TdClassName
{
border-color: #FCC2F3;
}
.TagClassName
{
border-color: #FCC2F3;
}
</style>