Shades of Lavender Rose #FCA5DD
Tints of Lavender Rose #FCA5DD
RGB
CMYK
RGB Variations
Color information
#FCA5DD (or 0xFCA5DD) is known color: Lavender Rose. HEX triplet: FC, A5 and DD. RGB value is (252,165,221). Sum of RGB (Red+Green+Blue) = 252+165+221=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5DD is #035A22. Grayscale: #C5C5C5. Windows color (decimal): -219683 or 14525948. OLE color: 14525948.
HSL color Cylindrical-coordinate representation of color #FCA5DD: hue angle of 321.38º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA5DD is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 165 | 221 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.01 |
| HSL | 321.38º | 0.94% | 0.82% | - |
| HSV(B) | 321.38º | 0.35% | 0.99% | - |
| XYZ | 66.65 | 52.83 | 75.09 | - |
| YUV | 197.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 165 | 221 | 0 | 0.35 | 0.12 | 0.01 | 321.38 | 0.94 | 0.82 |
| Hex | FC | A5 | DD | 0 | 23 | C | 1 | 141 | 5E | 52 |
| Octal | 374 | 245 | 335 | 0 | 43 | 14 | 1 | 501 | 136 | 122 |
| Binary | 11111100 | 10100101 | 11011101 | 0 | 100011 | 1100 | 1 | 101000001 | 1011110 | 1010010 |
Color Harmonies of #FCA5DD
Complementary color
Monochromatic Colors of #FCA5DD
Black with #FCA5DD
Text Example
Text Example
White with #FCA5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA5DD; }
p { color: rgb(252,165,221); }
H1.HeaderClassName
{
color: #FCA5DD;
}
.AnyTagClassName
{
color: #FCA5DD;
}
</style>
background-color css
<style>
a { background-color: #FCA5DD; }
a { background-color: rgb(252,165,221); }
div.DivClassName
{
background-color: #FCA5DD;
}
.BgClassName
{
background-color: #FCA5DD;
}
</style>
border-color css
<style>
span { border-color: #FCA5DD; }
span { border-color: rgb(252,165,221); }
td.TdClassName
{
border-color: #FCA5DD;
}
.TagClassName
{
border-color: #FCA5DD;
}
</style>