Shades of Lavender Rose #FCA6DF
Tints of Lavender Rose #FCA6DF
RGB
CMYK
RGB Variations
Color information
#FCA6DF (or 0xFCA6DF) is known color: Lavender Rose. HEX triplet: FC, A6 and DF. RGB value is (252,166,223). Sum of RGB (Red+Green+Blue) = 252+166+223=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6DF is #035920. Grayscale: #C6C6C6. Windows color (decimal): -219425 or 14657276. OLE color: 14657276.
HSL color Cylindrical-coordinate representation of color #FCA6DF: hue angle of 320.23º 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 #FCA6DF is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 223 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.01 |
| HSL | 320.23º | 0.93% | 0.82% | - |
| HSV(B) | 320.23º | 0.34% | 0.99% | - |
| XYZ | 67.1 | 53.3 | 76.56 | - |
| YUV | 198.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 223 | 0 | 0.34 | 0.12 | 0.01 | 320.23 | 0.93 | 0.82 |
| Hex | FC | A6 | DF | 0 | 22 | C | 1 | 140 | 5D | 52 |
| Octal | 374 | 246 | 337 | 0 | 42 | 14 | 1 | 500 | 135 | 122 |
| Binary | 11111100 | 10100110 | 11011111 | 0 | 100010 | 1100 | 1 | 101000000 | 1011101 | 1010010 |
Color Harmonies of #FCA6DF
Complementary color
Monochromatic Colors of #FCA6DF
Black with #FCA6DF
Text Example
Text Example
White with #FCA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA6DF; }
p { color: rgb(252,166,223); }
H1.HeaderClassName
{
color: #FCA6DF;
}
.AnyTagClassName
{
color: #FCA6DF;
}
</style>
background-color css
<style>
a { background-color: #FCA6DF; }
a { background-color: rgb(252,166,223); }
div.DivClassName
{
background-color: #FCA6DF;
}
.BgClassName
{
background-color: #FCA6DF;
}
</style>
border-color css
<style>
span { border-color: #FCA6DF; }
span { border-color: rgb(252,166,223); }
td.TdClassName
{
border-color: #FCA6DF;
}
.TagClassName
{
border-color: #FCA6DF;
}
</style>