Shades of Lavender Rose #FCA8F3
Tints of Lavender Rose #FCA8F3
RGB
CMYK
RGB Variations
Color information
#FCA8F3 (or 0xFCA8F3) is known color: Lavender Rose. HEX triplet: FC, A8 and F3. RGB value is (252,168,243). Sum of RGB (Red+Green+Blue) = 252+168+243=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 168 (66.02% from 255 or 25.34% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA8F3 is #03570C. Grayscale: #C9C9C9. Windows color (decimal): -218893 or 15968508. OLE color: 15968508.
HSL color Cylindrical-coordinate representation of color #FCA8F3: hue angle of 306.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8F3 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 243 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.01 |
| HSL | 306.43º | 0.93% | 0.82% | - |
| HSV(B) | 306.43º | 0.33% | 0.99% | - |
| XYZ | 70.33 | 55.17 | 91.74 | - |
| YUV | 201.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 243 | 0 | 0.33 | 0.04 | 0.01 | 306.43 | 0.93 | 0.82 |
| Hex | FC | A8 | F3 | 0 | 21 | 4 | 1 | 132 | 5D | 52 |
| Octal | 374 | 250 | 363 | 0 | 41 | 4 | 1 | 462 | 135 | 122 |
| Binary | 11111100 | 10101000 | 11110011 | 0 | 100001 | 100 | 1 | 100110010 | 1011101 | 1010010 |
Color Harmonies of #FCA8F3
Complementary color
Monochromatic Colors of #FCA8F3
Black with #FCA8F3
Text Example
Text Example
White with #FCA8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA8F3; }
p { color: rgb(252,168,243); }
H1.HeaderClassName
{
color: #FCA8F3;
}
.AnyTagClassName
{
color: #FCA8F3;
}
</style>
background-color css
<style>
a { background-color: #FCA8F3; }
a { background-color: rgb(252,168,243); }
div.DivClassName
{
background-color: #FCA8F3;
}
.BgClassName
{
background-color: #FCA8F3;
}
</style>
border-color css
<style>
span { border-color: #FCA8F3; }
span { border-color: rgb(252,168,243); }
td.TdClassName
{
border-color: #FCA8F3;
}
.TagClassName
{
border-color: #FCA8F3;
}
</style>