Shades of Lavender Rose #FABFEF
Tints of Lavender Rose #FABFEF
RGB
CMYK
RGB Variations
Color information
#FABFEF (or 0xFABFEF) is known color: Lavender Rose. HEX triplet: FA, BF and EF. RGB value is (250,191,239). Sum of RGB (Red+Green+Blue) = 250+191+239=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFEF is #054010. Grayscale: #D5D5D5. Windows color (decimal): -344081 or 15712250. OLE color: 15712250.
HSL color Cylindrical-coordinate representation of color #FABFEF: hue angle of 311.19º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABFEF is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 239 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.02 |
| HSL | 311.19º | 0.86% | 0.86% | - |
| HSV(B) | 311.19º | 0.24% | 0.98% | - |
| XYZ | 73.64 | 63.82 | 90.1 | - |
| YUV | 214.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 239 | 0 | 0.24 | 0.04 | 0.02 | 311.19 | 0.86 | 0.86 |
| Hex | FA | BF | EF | 0 | 18 | 4 | 2 | 137 | 56 | 56 |
| Octal | 372 | 277 | 357 | 0 | 30 | 4 | 2 | 467 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11101111 | 0 | 11000 | 100 | 10 | 100110111 | 1010110 | 1010110 |
Color Harmonies of #FABFEF
Complementary color
Monochromatic Colors of #FABFEF
Black with #FABFEF
Text Example
Text Example
White with #FABFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFEF; }
p { color: rgb(250,191,239); }
H1.HeaderClassName
{
color: #FABFEF;
}
.AnyTagClassName
{
color: #FABFEF;
}
</style>
background-color css
<style>
a { background-color: #FABFEF; }
a { background-color: rgb(250,191,239); }
div.DivClassName
{
background-color: #FABFEF;
}
.BgClassName
{
background-color: #FABFEF;
}
</style>
border-color css
<style>
span { border-color: #FABFEF; }
span { border-color: rgb(250,191,239); }
td.TdClassName
{
border-color: #FABFEF;
}
.TagClassName
{
border-color: #FABFEF;
}
</style>