Shades of Lavender Rose #FABBF2
Tints of Lavender Rose #FABBF2
RGB
CMYK
RGB Variations
Color information
#FABBF2 (or 0xFABBF2) is known color: Lavender Rose. HEX triplet: FA, BB and F2. RGB value is (250,187,242). Sum of RGB (Red+Green+Blue) = 250+187+242=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 187 (73.44% from 255 or 27.54% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBF2 is #05440D. Grayscale: #D3D3D3. Windows color (decimal): -345102 or 15907834. OLE color: 15907834.
HSL color Cylindrical-coordinate representation of color #FABBF2: hue angle of 307.62º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABBF2 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 242 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.02 |
| HSL | 307.62º | 0.86% | 0.86% | - |
| HSV(B) | 307.62º | 0.25% | 0.98% | - |
| XYZ | 73.22 | 62.28 | 92.17 | - |
| YUV | 212.11 | 144.87 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 242 | 0 | 0.25 | 0.03 | 0.02 | 307.62 | 0.86 | 0.86 |
| Hex | FA | BB | F2 | 0 | 19 | 3 | 2 | 134 | 56 | 56 |
| Octal | 372 | 273 | 362 | 0 | 31 | 3 | 2 | 464 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11110010 | 0 | 11001 | 11 | 10 | 100110100 | 1010110 | 1010110 |
Color Harmonies of #FABBF2
Complementary color
Monochromatic Colors of #FABBF2
Black with #FABBF2
Text Example
Text Example
White with #FABBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBF2; }
p { color: rgb(250,187,242); }
H1.HeaderClassName
{
color: #FABBF2;
}
.AnyTagClassName
{
color: #FABBF2;
}
</style>
background-color css
<style>
a { background-color: #FABBF2; }
a { background-color: rgb(250,187,242); }
div.DivClassName
{
background-color: #FABBF2;
}
.BgClassName
{
background-color: #FABBF2;
}
</style>
border-color css
<style>
span { border-color: #FABBF2; }
span { border-color: rgb(250,187,242); }
td.TdClassName
{
border-color: #FABBF2;
}
.TagClassName
{
border-color: #FABBF2;
}
</style>