Shades of Lavender Blush #FEEBF2
Tints of Lavender Blush #FEEBF2
RGB
CMYK
RGB Variations
Color information
#FEEBF2 (or 0xFEEBF2) is known color: Lavender Blush. HEX triplet: FE, EB and F2. RGB value is (254,235,242). Sum of RGB (Red+Green+Blue) = 254+235+242=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 235 (92.19% from 255 or 32.15% from 731); Blue value is 242 (94.92% from 255 or 33.11% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBF2 is #01140D. Grayscale: #F1F1F1. Windows color (decimal): -70670 or 15920126. OLE color: 15920126.
HSL color Cylindrical-coordinate representation of color #FEEBF2: hue angle of 337.89º 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 #FEEBF2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 235 | 242 | - |
CMYK | 0 | 0.07 | 0.05 | 0.00 |
HSL | 337.89º | 0.9% | 0.96% | - |
HSV(B) | 337.89º | 0.07% | 1% | - |
XYZ | 86.61 | 86.9 | 96.21 | - |
YUV | 241.48 | 128.29 | 136.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 235 | 242 | 0 | 0.07 | 0.05 | 0.00 | 337.89 | 0.9 | 0.96 |
Hex | FE | EB | F2 | 0 | 7 | 5 | 0 | 152 | 5A | 60 |
Octal | 376 | 353 | 362 | 0 | 7 | 5 | 0 | 522 | 132 | 140 |
Binary | 11111110 | 11101011 | 11110010 | 0 | 111 | 101 | 0 | 101010010 | 1011010 | 1100000 |
Color Harmonies of #FEEBF2
Complementary color
Monochromatic Colors of #FEEBF2
Black with #FEEBF2
Text Example
Text Example
White with #FEEBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBF2; }
p { color: rgb(254,235,242); }
H1.HeaderClassName
{
color: #FEEBF2;
}
.AnyTagClassName
{
color: #FEEBF2;
}
</style>
background-color css
<style>
a { background-color: #FEEBF2; }
a { background-color: rgb(254,235,242); }
div.DivClassName
{
background-color: #FEEBF2;
}
.BgClassName
{
background-color: #FEEBF2;
}
</style>
border-color css
<style>
span { border-color: #FEEBF2; }
span { border-color: rgb(254,235,242); }
td.TdClassName
{
border-color: #FEEBF2;
}
.TagClassName
{
border-color: #FEEBF2;
}
</style>