Shades of Lavender Rose #FCA6F3
Tints of Lavender Rose #FCA6F3
RGB
CMYK
RGB Variations
Color information
#FCA6F3 (or 0xFCA6F3) is known color: Lavender Rose. HEX triplet: FC, A6 and F3. RGB value is (252,166,243). Sum of RGB (Red+Green+Blue) = 252+166+243=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 166 (65.23% from 255 or 25.11% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA6F3 is #03590C. Grayscale: #C8C8C8. Windows color (decimal): -219405 or 15967996. OLE color: 15967996.
HSL color Cylindrical-coordinate representation of color #FCA6F3: hue angle of 306.28º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCA6F3 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 243 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.01 |
| HSL | 306.28º | 0.93% | 0.82% | - |
| HSV(B) | 306.28º | 0.34% | 0.99% | - |
| XYZ | 69.96 | 54.44 | 91.61 | - |
| YUV | 200.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 243 | 0 | 0.34 | 0.04 | 0.01 | 306.28 | 0.93 | 0.82 |
| Hex | FC | A6 | F3 | 0 | 22 | 4 | 1 | 132 | 5D | 52 |
| Octal | 374 | 246 | 363 | 0 | 42 | 4 | 1 | 462 | 135 | 122 |
| Binary | 11111100 | 10100110 | 11110011 | 0 | 100010 | 100 | 1 | 100110010 | 1011101 | 1010010 |
Color Harmonies of #FCA6F3
Complementary color
Monochromatic Colors of #FCA6F3
Black with #FCA6F3
Text Example
Text Example
White with #FCA6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA6F3; }
p { color: rgb(252,166,243); }
H1.HeaderClassName
{
color: #FCA6F3;
}
.AnyTagClassName
{
color: #FCA6F3;
}
</style>
background-color css
<style>
a { background-color: #FCA6F3; }
a { background-color: rgb(252,166,243); }
div.DivClassName
{
background-color: #FCA6F3;
}
.BgClassName
{
background-color: #FCA6F3;
}
</style>
border-color css
<style>
span { border-color: #FCA6F3; }
span { border-color: rgb(252,166,243); }
td.TdClassName
{
border-color: #FCA6F3;
}
.TagClassName
{
border-color: #FCA6F3;
}
</style>