Shades of Lavender Blush #FEEBFA
Tints of Lavender Blush #FEEBFA
RGB
CMYK
RGB Variations
Color information
#FEEBFA (or 0xFEEBFA) is known color: Lavender Blush. HEX triplet: FE, EB and FA. RGB value is (254,235,250). Sum of RGB (Red+Green+Blue) = 254+235+250=739 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.37% from 739); Green value is 235 (92.19% from 255 or 31.80% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBFA is #011405. Grayscale: #F2F2F2. Windows color (decimal): -70662 or 16444414. OLE color: 16444414.
HSL color Cylindrical-coordinate representation of color #FEEBFA: hue angle of 312.63º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEEBFA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 235 | 250 | - |
CMYK | 0 | 0.07 | 0.02 | 0.00 |
HSL | 312.63º | 0.9% | 0.96% | - |
HSV(B) | 312.63º | 0.07% | 1% | - |
XYZ | 87.84 | 87.39 | 102.68 | - |
YUV | 242.39 | 132.29 | 136.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 235 | 250 | 0 | 0.07 | 0.02 | 0.00 | 312.63 | 0.9 | 0.96 |
Hex | FE | EB | FA | 0 | 7 | 2 | 0 | 139 | 5A | 60 |
Octal | 376 | 353 | 372 | 0 | 7 | 2 | 0 | 471 | 132 | 140 |
Binary | 11111110 | 11101011 | 11111010 | 0 | 111 | 10 | 0 | 100111001 | 1011010 | 1100000 |
Color Harmonies of #FEEBFA
Complementary color
Monochromatic Colors of #FEEBFA
Black with #FEEBFA
Text Example
Text Example
White with #FEEBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBFA; }
p { color: rgb(254,235,250); }
H1.HeaderClassName
{
color: #FEEBFA;
}
.AnyTagClassName
{
color: #FEEBFA;
}
</style>
background-color css
<style>
a { background-color: #FEEBFA; }
a { background-color: rgb(254,235,250); }
div.DivClassName
{
background-color: #FEEBFA;
}
.BgClassName
{
background-color: #FEEBFA;
}
</style>
border-color css
<style>
span { border-color: #FEEBFA; }
span { border-color: rgb(254,235,250); }
td.TdClassName
{
border-color: #FEEBFA;
}
.TagClassName
{
border-color: #FEEBFA;
}
</style>