Shades of Lavender Blush #FEEEF3
Tints of Lavender Blush #FEEEF3
RGB
CMYK
RGB Variations
Color information
#FEEEF3 (or 0xFEEEF3) is known color: Lavender Blush. HEX triplet: FE, EE and F3. RGB value is (254,238,243). Sum of RGB (Red+Green+Blue) = 254+238+243=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 238 (93.36% from 255 or 32.38% from 735); Blue value is 243 (95.31% from 255 or 33.06% from 735); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEF3 is #01110C. Grayscale: #F3F3F3. Windows color (decimal): -69901 or 15986430. OLE color: 15986430.
HSL color Cylindrical-coordinate representation of color #FEEEF3: hue angle of 341.25º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEEEF3 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 243 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.00 |
| HSL | 341.25º | 0.89% | 0.96% | - |
| HSV(B) | 341.25º | 0.06% | 1% | - |
| XYZ | 87.63 | 88.69 | 97.29 | - |
| YUV | 243.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 243 | 0 | 0.06 | 0.04 | 0.00 | 341.25 | 0.89 | 0.96 |
| Hex | FE | EE | F3 | 0 | 6 | 4 | 0 | 155 | 59 | 60 |
| Octal | 376 | 356 | 363 | 0 | 6 | 4 | 0 | 525 | 131 | 140 |
| Binary | 11111110 | 11101110 | 11110011 | 0 | 110 | 100 | 0 | 101010101 | 1011001 | 1100000 |
Color Harmonies of #FEEEF3
Complementary color
Monochromatic Colors of #FEEEF3
Black with #FEEEF3
Text Example
Text Example
White with #FEEEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEF3; }
p { color: rgb(254,238,243); }
H1.HeaderClassName
{
color: #FEEEF3;
}
.AnyTagClassName
{
color: #FEEEF3;
}
</style>
background-color css
<style>
a { background-color: #FEEEF3; }
a { background-color: rgb(254,238,243); }
div.DivClassName
{
background-color: #FEEEF3;
}
.BgClassName
{
background-color: #FEEEF3;
}
</style>
border-color css
<style>
span { border-color: #FEEEF3; }
span { border-color: rgb(254,238,243); }
td.TdClassName
{
border-color: #FEEEF3;
}
.TagClassName
{
border-color: #FEEEF3;
}
</style>