Shades of Lavender Rose #FBAFF3
Tints of Lavender Rose #FBAFF3
RGB
CMYK
RGB Variations
Color information
#FBAFF3 (or 0xFBAFF3) is known color: Lavender Rose. HEX triplet: FB, AF and F3. RGB value is (251,175,243). Sum of RGB (Red+Green+Blue) = 251+175+243=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 175 (68.75% from 255 or 26.16% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFF3 is #04500C. Grayscale: #CDCDCD. Windows color (decimal): -282637 or 15970299. OLE color: 15970299.
HSL color Cylindrical-coordinate representation of color #FBAFF3: hue angle of 306.32º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFF3 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 243 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.02 |
| HSL | 306.32º | 0.9% | 0.84% | - |
| HSV(B) | 306.32º | 0.3% | 0.98% | - |
| XYZ | 71.29 | 57.64 | 92.16 | - |
| YUV | 205.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 243 | 0 | 0.30 | 0.03 | 0.02 | 306.32 | 0.9 | 0.84 |
| Hex | FB | AF | F3 | 0 | 1E | 3 | 2 | 132 | 5A | 54 |
| Octal | 373 | 257 | 363 | 0 | 36 | 3 | 2 | 462 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11110011 | 0 | 11110 | 11 | 10 | 100110010 | 1011010 | 1010100 |
Color Harmonies of #FBAFF3
Complementary color
Monochromatic Colors of #FBAFF3
Black with #FBAFF3
Text Example
Text Example
White with #FBAFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFF3; }
p { color: rgb(251,175,243); }
H1.HeaderClassName
{
color: #FBAFF3;
}
.AnyTagClassName
{
color: #FBAFF3;
}
</style>
background-color css
<style>
a { background-color: #FBAFF3; }
a { background-color: rgb(251,175,243); }
div.DivClassName
{
background-color: #FBAFF3;
}
.BgClassName
{
background-color: #FBAFF3;
}
</style>
border-color css
<style>
span { border-color: #FBAFF3; }
span { border-color: rgb(251,175,243); }
td.TdClassName
{
border-color: #FBAFF3;
}
.TagClassName
{
border-color: #FBAFF3;
}
</style>