Shades of Lavender Rose #FC8FDA
Tints of Lavender Rose #FC8FDA
RGB
CMYK
RGB Variations
Color information
#FC8FDA (or 0xFC8FDA) is known color: Lavender Rose. HEX triplet: FC, 8F and DA. RGB value is (252,143,218). Sum of RGB (Red+Green+Blue) = 252+143+218=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FDA is #037025. Grayscale: #B7B7B7. Windows color (decimal): -225318 or 14323708. OLE color: 14323708.
HSL color Cylindrical-coordinate representation of color #FC8FDA: hue angle of 318.72º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FDA is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 218 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.01 |
| HSL | 318.72º | 0.95% | 0.77% | - |
| HSV(B) | 318.72º | 0.43% | 0.99% | - |
| XYZ | 62.62 | 45.4 | 71.79 | - |
| YUV | 184.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 218 | 0 | 0.43 | 0.13 | 0.01 | 318.72 | 0.95 | 0.77 |
| Hex | FC | 8F | DA | 0 | 2B | D | 1 | 13F | 5F | 4D |
| Octal | 374 | 217 | 332 | 0 | 53 | 15 | 1 | 477 | 137 | 115 |
| Binary | 11111100 | 10001111 | 11011010 | 0 | 101011 | 1101 | 1 | 100111111 | 1011111 | 1001101 |
Color Harmonies of #FC8FDA
Complementary color
Monochromatic Colors of #FC8FDA
Black with #FC8FDA
Text Example
Text Example
White with #FC8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FDA; }
p { color: rgb(252,143,218); }
H1.HeaderClassName
{
color: #FC8FDA;
}
.AnyTagClassName
{
color: #FC8FDA;
}
</style>
background-color css
<style>
a { background-color: #FC8FDA; }
a { background-color: rgb(252,143,218); }
div.DivClassName
{
background-color: #FC8FDA;
}
.BgClassName
{
background-color: #FC8FDA;
}
</style>
border-color css
<style>
span { border-color: #FC8FDA; }
span { border-color: rgb(252,143,218); }
td.TdClassName
{
border-color: #FC8FDA;
}
.TagClassName
{
border-color: #FC8FDA;
}
</style>