Shades of Lavender Rose #FBAFF2
Tints of Lavender Rose #FBAFF2
RGB
CMYK
RGB Variations
Color information
#FBAFF2 (or 0xFBAFF2) is known color: Lavender Rose. HEX triplet: FB, AF and F2. RGB value is (251,175,242). Sum of RGB (Red+Green+Blue) = 251+175+242=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 175 (68.75% from 255 or 26.20% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFF2 is #04500D. Grayscale: #CDCDCD. Windows color (decimal): -282638 or 15904763. OLE color: 15904763.
HSL color Cylindrical-coordinate representation of color #FBAFF2: hue angle of 307.11º 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 #FBAFF2 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 242 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.02 |
| HSL | 307.11º | 0.9% | 0.84% | - |
| HSV(B) | 307.11º | 0.3% | 0.98% | - |
| XYZ | 71.14 | 57.58 | 91.37 | - |
| YUV | 205.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 242 | 0 | 0.30 | 0.04 | 0.02 | 307.11 | 0.9 | 0.84 |
| Hex | FB | AF | F2 | 0 | 1E | 4 | 2 | 133 | 5A | 54 |
| Octal | 373 | 257 | 362 | 0 | 36 | 4 | 2 | 463 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11110010 | 0 | 11110 | 100 | 10 | 100110011 | 1011010 | 1010100 |
Color Harmonies of #FBAFF2
Complementary color
Monochromatic Colors of #FBAFF2
Black with #FBAFF2
Text Example
Text Example
White with #FBAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFF2; }
p { color: rgb(251,175,242); }
H1.HeaderClassName
{
color: #FBAFF2;
}
.AnyTagClassName
{
color: #FBAFF2;
}
</style>
background-color css
<style>
a { background-color: #FBAFF2; }
a { background-color: rgb(251,175,242); }
div.DivClassName
{
background-color: #FBAFF2;
}
.BgClassName
{
background-color: #FBAFF2;
}
</style>
border-color css
<style>
span { border-color: #FBAFF2; }
span { border-color: rgb(251,175,242); }
td.TdClassName
{
border-color: #FBAFF2;
}
.TagClassName
{
border-color: #FBAFF2;
}
</style>