Shades of Lavender Rose #FFA2FB
Tints of Lavender Rose #FFA2FB
RGB
CMYK
RGB Variations
Color information
#FFA2FB (or 0xFFA2FB) is known color: Lavender Rose. HEX triplet: FF, A2 and FB. RGB value is (255,162,251). Sum of RGB (Red+Green+Blue) = 255+162+251=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 162 (63.67% from 255 or 24.25% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2FB is #005D04. Grayscale: #C7C7C7. Windows color (decimal): -23813 or 16491263. OLE color: 16491263.
HSL color Cylindrical-coordinate representation of color #FFA2FB: hue angle of 302.58º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA2FB is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 251 | - |
| CMYK | 0 | 0.36 | 0.02 | 0 |
| HSL | 302.58º | 1% | 0.82% | - |
| HSV(B) | 302.58º | 0.36% | 1% | - |
| XYZ | 71.57 | 54.07 | 97.93 | - |
| YUV | 199.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 251 | 0 | 0.36 | 0.02 | 0 | 302.58 | 1 | 0.82 |
| Hex | FF | A2 | FB | 0 | 24 | 2 | 0 | 12F | 64 | 52 |
| Octal | 377 | 242 | 373 | 0 | 44 | 2 | 0 | 457 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11111011 | 0 | 100100 | 10 | 0 | 100101111 | 1100100 | 1010010 |
Color Harmonies of #FFA2FB
Complementary color
Monochromatic Colors of #FFA2FB
Black with #FFA2FB
Text Example
Text Example
White with #FFA2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2FB; }
p { color: rgb(255,162,251); }
H1.HeaderClassName
{
color: #FFA2FB;
}
.AnyTagClassName
{
color: #FFA2FB;
}
</style>
background-color css
<style>
a { background-color: #FFA2FB; }
a { background-color: rgb(255,162,251); }
div.DivClassName
{
background-color: #FFA2FB;
}
.BgClassName
{
background-color: #FFA2FB;
}
</style>
border-color css
<style>
span { border-color: #FFA2FB; }
span { border-color: rgb(255,162,251); }
td.TdClassName
{
border-color: #FFA2FB;
}
.TagClassName
{
border-color: #FFA2FB;
}
</style>