Shades of Lavender Rose #FBAFF4
Tints of Lavender Rose #FBAFF4
RGB
CMYK
RGB Variations
Color information
#FBAFF4 (or 0xFBAFF4) is known color: Lavender Rose. HEX triplet: FB, AF and F4. RGB value is (251,175,244). Sum of RGB (Red+Green+Blue) = 251+175+244=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 175 (68.75% from 255 or 26.12% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFF4 is #04500B. Grayscale: #CDCDCD. Windows color (decimal): -282636 or 16035835. OLE color: 16035835.
HSL color Cylindrical-coordinate representation of color #FBAFF4: hue angle of 305.53º 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 #FBAFF4 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 244 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.02 |
| HSL | 305.53º | 0.9% | 0.84% | - |
| HSV(B) | 305.53º | 0.3% | 0.98% | - |
| XYZ | 71.44 | 57.7 | 92.96 | - |
| YUV | 205.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 244 | 0 | 0.30 | 0.03 | 0.02 | 305.53 | 0.9 | 0.84 |
| Hex | FB | AF | F4 | 0 | 1E | 3 | 2 | 132 | 5A | 54 |
| Octal | 373 | 257 | 364 | 0 | 36 | 3 | 2 | 462 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11110100 | 0 | 11110 | 11 | 10 | 100110010 | 1011010 | 1010100 |
Color Harmonies of #FBAFF4
Complementary color
Monochromatic Colors of #FBAFF4
Black with #FBAFF4
Text Example
Text Example
White with #FBAFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFF4; }
p { color: rgb(251,175,244); }
H1.HeaderClassName
{
color: #FBAFF4;
}
.AnyTagClassName
{
color: #FBAFF4;
}
</style>
background-color css
<style>
a { background-color: #FBAFF4; }
a { background-color: rgb(251,175,244); }
div.DivClassName
{
background-color: #FBAFF4;
}
.BgClassName
{
background-color: #FBAFF4;
}
</style>
border-color css
<style>
span { border-color: #FBAFF4; }
span { border-color: rgb(251,175,244); }
td.TdClassName
{
border-color: #FBAFF4;
}
.TagClassName
{
border-color: #FBAFF4;
}
</style>