Shades of Lavender Rose #FFA5FC
Tints of Lavender Rose #FFA5FC
RGB
CMYK
RGB Variations
Color information
#FFA5FC (or 0xFFA5FC) is known color: Lavender Rose. HEX triplet: FF, A5 and FC. RGB value is (255,165,252). Sum of RGB (Red+Green+Blue) = 255+165+252=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 165 (64.84% from 255 or 24.55% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5FC is #005A03. Grayscale: #C9C9C9. Windows color (decimal): -23044 or 16557567. OLE color: 16557567.
HSL color Cylindrical-coordinate representation of color #FFA5FC: hue angle of 302º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5FC is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 252 | - |
| CMYK | 0 | 0.35 | 0.01 | 0 |
| HSL | 302º | 1% | 0.82% | - |
| HSV(B) | 302º | 0.35% | 1% | - |
| XYZ | 72.27 | 55.2 | 98.94 | - |
| YUV | 201.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 252 | 0 | 0.35 | 0.01 | 0 | 302 | 1 | 0.82 |
| Hex | FF | A5 | FC | 0 | 23 | 1 | 0 | 12E | 64 | 52 |
| Octal | 377 | 245 | 374 | 0 | 43 | 1 | 0 | 456 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11111100 | 0 | 100011 | 1 | 0 | 100101110 | 1100100 | 1010010 |
Color Harmonies of #FFA5FC
Complementary color
Monochromatic Colors of #FFA5FC
Black with #FFA5FC
Text Example
Text Example
White with #FFA5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5FC; }
p { color: rgb(255,165,252); }
H1.HeaderClassName
{
color: #FFA5FC;
}
.AnyTagClassName
{
color: #FFA5FC;
}
</style>
background-color css
<style>
a { background-color: #FFA5FC; }
a { background-color: rgb(255,165,252); }
div.DivClassName
{
background-color: #FFA5FC;
}
.BgClassName
{
background-color: #FFA5FC;
}
</style>
border-color css
<style>
span { border-color: #FFA5FC; }
span { border-color: rgb(255,165,252); }
td.TdClassName
{
border-color: #FFA5FC;
}
.TagClassName
{
border-color: #FFA5FC;
}
</style>