Shades of Lavender Rose #FCA7F1
Tints of Lavender Rose #FCA7F1
RGB
CMYK
RGB Variations
Color information
#FCA7F1 (or 0xFCA7F1) is known color: Lavender Rose. HEX triplet: FC, A7 and F1. RGB value is (252,167,241). Sum of RGB (Red+Green+Blue) = 252+167+241=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 167 (65.62% from 255 or 25.30% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA7F1 is #03580E. Grayscale: #C8C8C8. Windows color (decimal): -219151 or 15837180. OLE color: 15837180.
HSL color Cylindrical-coordinate representation of color #FCA7F1: hue angle of 307.76º 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 #FCA7F1 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 167 | 241 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.01 |
| HSL | 307.76º | 0.93% | 0.82% | - |
| HSV(B) | 307.76º | 0.34% | 0.99% | - |
| XYZ | 69.84 | 54.68 | 90.09 | - |
| YUV | 200.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 167 | 241 | 0 | 0.34 | 0.04 | 0.01 | 307.76 | 0.93 | 0.82 |
| Hex | FC | A7 | F1 | 0 | 22 | 4 | 1 | 134 | 5D | 52 |
| Octal | 374 | 247 | 361 | 0 | 42 | 4 | 1 | 464 | 135 | 122 |
| Binary | 11111100 | 10100111 | 11110001 | 0 | 100010 | 100 | 1 | 100110100 | 1011101 | 1010010 |
Color Harmonies of #FCA7F1
Complementary color
Monochromatic Colors of #FCA7F1
Black with #FCA7F1
Text Example
Text Example
White with #FCA7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA7F1; }
p { color: rgb(252,167,241); }
H1.HeaderClassName
{
color: #FCA7F1;
}
.AnyTagClassName
{
color: #FCA7F1;
}
</style>
background-color css
<style>
a { background-color: #FCA7F1; }
a { background-color: rgb(252,167,241); }
div.DivClassName
{
background-color: #FCA7F1;
}
.BgClassName
{
background-color: #FCA7F1;
}
</style>
border-color css
<style>
span { border-color: #FCA7F1; }
span { border-color: rgb(252,167,241); }
td.TdClassName
{
border-color: #FCA7F1;
}
.TagClassName
{
border-color: #FCA7F1;
}
</style>