Shades of Lavender Blush #FEF0F2
Tints of Lavender Blush #FEF0F2
RGB
CMYK
RGB Variations
Color information
#FEF0F2 (or 0xFEF0F2) is known color: Lavender Blush. HEX triplet: FE, F0 and F2. RGB value is (254,240,242). Sum of RGB (Red+Green+Blue) = 254+240+242=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 240 (94.14% from 255 or 32.61% from 736); Blue value is 242 (94.92% from 255 or 32.88% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0F2 is #010F0D. Grayscale: #F4F4F4. Windows color (decimal): -69390 or 15921406. OLE color: 15921406.
HSL color Cylindrical-coordinate representation of color #FEF0F2: hue angle of 351.43º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEF0F2 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 242 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.00 |
| HSL | 351.43º | 0.88% | 0.97% | - |
| HSV(B) | 351.43º | 0.06% | 1% | - |
| XYZ | 88.06 | 89.8 | 96.7 | - |
| YUV | 244.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 242 | 0 | 0.06 | 0.05 | 0.00 | 351.43 | 0.88 | 0.97 |
| Hex | FE | F0 | F2 | 0 | 6 | 5 | 0 | 15F | 58 | 61 |
| Octal | 376 | 360 | 362 | 0 | 6 | 5 | 0 | 537 | 130 | 141 |
| Binary | 11111110 | 11110000 | 11110010 | 0 | 110 | 101 | 0 | 101011111 | 1011000 | 1100001 |
Color Harmonies of #FEF0F2
Complementary color
Monochromatic Colors of #FEF0F2
Black with #FEF0F2
Text Example
Text Example
White with #FEF0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0F2; }
p { color: rgb(254,240,242); }
H1.HeaderClassName
{
color: #FEF0F2;
}
.AnyTagClassName
{
color: #FEF0F2;
}
</style>
background-color css
<style>
a { background-color: #FEF0F2; }
a { background-color: rgb(254,240,242); }
div.DivClassName
{
background-color: #FEF0F2;
}
.BgClassName
{
background-color: #FEF0F2;
}
</style>
border-color css
<style>
span { border-color: #FEF0F2; }
span { border-color: rgb(254,240,242); }
td.TdClassName
{
border-color: #FEF0F2;
}
.TagClassName
{
border-color: #FEF0F2;
}
</style>