Shades of Lavender Rose #FABCED
Tints of Lavender Rose #FABCED
RGB
CMYK
RGB Variations
Color information
#FABCED (or 0xFABCED) is known color: Lavender Rose. HEX triplet: FA, BC and ED. RGB value is (250,188,237). Sum of RGB (Red+Green+Blue) = 250+188+237=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 188 (73.83% from 255 or 27.85% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCED is #054312. Grayscale: #D3D3D3. Windows color (decimal): -344851 or 15580410. OLE color: 15580410.
HSL color Cylindrical-coordinate representation of color #FABCED: hue angle of 312.58º 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 #FABCED is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 237 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.02 |
| HSL | 312.58º | 0.86% | 0.86% | - |
| HSV(B) | 312.58º | 0.25% | 0.98% | - |
| XYZ | 72.69 | 62.4 | 88.33 | - |
| YUV | 212.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 237 | 0 | 0.25 | 0.05 | 0.02 | 312.58 | 0.86 | 0.86 |
| Hex | FA | BC | ED | 0 | 19 | 5 | 2 | 139 | 56 | 56 |
| Octal | 372 | 274 | 355 | 0 | 31 | 5 | 2 | 471 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11101101 | 0 | 11001 | 101 | 10 | 100111001 | 1010110 | 1010110 |
Color Harmonies of #FABCED
Complementary color
Monochromatic Colors of #FABCED
Black with #FABCED
Text Example
Text Example
White with #FABCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCED; }
p { color: rgb(250,188,237); }
H1.HeaderClassName
{
color: #FABCED;
}
.AnyTagClassName
{
color: #FABCED;
}
</style>
background-color css
<style>
a { background-color: #FABCED; }
a { background-color: rgb(250,188,237); }
div.DivClassName
{
background-color: #FABCED;
}
.BgClassName
{
background-color: #FABCED;
}
</style>
border-color css
<style>
span { border-color: #FABCED; }
span { border-color: rgb(250,188,237); }
td.TdClassName
{
border-color: #FABCED;
}
.TagClassName
{
border-color: #FABCED;
}
</style>