Shades of Lavender Rose #FBA1F3
Tints of Lavender Rose #FBA1F3
RGB
CMYK
RGB Variations
Color information
#FBA1F3 (or 0xFBA1F3) is known color: Lavender Rose. HEX triplet: FB, A1 and F3. RGB value is (251,161,243). Sum of RGB (Red+Green+Blue) = 251+161+243=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 161 (63.28% from 255 or 24.58% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1F3 is #045E0C. Grayscale: #C5C5C5. Windows color (decimal): -286221 or 15966715. OLE color: 15966715.
HSL color Cylindrical-coordinate representation of color #FBA1F3: hue angle of 305.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA1F3 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 243 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.02 |
| HSL | 305.33º | 0.92% | 0.81% | - |
| HSV(B) | 305.33º | 0.36% | 0.98% | - |
| XYZ | 68.71 | 52.47 | 91.3 | - |
| YUV | 197.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 243 | 0 | 0.36 | 0.03 | 0.02 | 305.33 | 0.92 | 0.81 |
| Hex | FB | A1 | F3 | 0 | 24 | 3 | 2 | 131 | 5C | 51 |
| Octal | 373 | 241 | 363 | 0 | 44 | 3 | 2 | 461 | 134 | 121 |
| Binary | 11111011 | 10100001 | 11110011 | 0 | 100100 | 11 | 10 | 100110001 | 1011100 | 1010001 |
Color Harmonies of #FBA1F3
Complementary color
Monochromatic Colors of #FBA1F3
Black with #FBA1F3
Text Example
Text Example
White with #FBA1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1F3; }
p { color: rgb(251,161,243); }
H1.HeaderClassName
{
color: #FBA1F3;
}
.AnyTagClassName
{
color: #FBA1F3;
}
</style>
background-color css
<style>
a { background-color: #FBA1F3; }
a { background-color: rgb(251,161,243); }
div.DivClassName
{
background-color: #FBA1F3;
}
.BgClassName
{
background-color: #FBA1F3;
}
</style>
border-color css
<style>
span { border-color: #FBA1F3; }
span { border-color: rgb(251,161,243); }
td.TdClassName
{
border-color: #FBA1F3;
}
.TagClassName
{
border-color: #FBA1F3;
}
</style>