Shades of Lavender Blush #FEF2FB
Tints of Lavender Blush #FEF2FB
RGB
CMYK
RGB Variations
Color information
#FEF2FB (or 0xFEF2FB) is known color: Lavender Blush. HEX triplet: FE, F2 and FB. RGB value is (254,242,251). Sum of RGB (Red+Green+Blue) = 254+242+251=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 242 (94.92% from 255 or 32.40% from 747); Blue value is 251 (98.44% from 255 or 33.60% from 747); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2FB is #010D04. Grayscale: #F6F6F6. Windows color (decimal): -68869 or 16511742. OLE color: 16511742.
HSL color Cylindrical-coordinate representation of color #FEF2FB: hue angle of 315º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FEF2FB is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 251 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.00 |
| HSL | 315º | 0.86% | 0.97% | - |
| HSV(B) | 315º | 0.05% | 1% | - |
| XYZ | 90.04 | 91.54 | 104.19 | - |
| YUV | 246.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 251 | 0 | 0.05 | 0.01 | 0.00 | 315 | 0.86 | 0.97 |
| Hex | FE | F2 | FB | 0 | 5 | 1 | 0 | 13B | 56 | 61 |
| Octal | 376 | 362 | 373 | 0 | 5 | 1 | 0 | 473 | 126 | 141 |
| Binary | 11111110 | 11110010 | 11111011 | 0 | 101 | 1 | 0 | 100111011 | 1010110 | 1100001 |
Color Harmonies of #FEF2FB
Complementary color
Monochromatic Colors of #FEF2FB
Black with #FEF2FB
Text Example
Text Example
White with #FEF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2FB; }
p { color: rgb(254,242,251); }
H1.HeaderClassName
{
color: #FEF2FB;
}
.AnyTagClassName
{
color: #FEF2FB;
}
</style>
background-color css
<style>
a { background-color: #FEF2FB; }
a { background-color: rgb(254,242,251); }
div.DivClassName
{
background-color: #FEF2FB;
}
.BgClassName
{
background-color: #FEF2FB;
}
</style>
border-color css
<style>
span { border-color: #FEF2FB; }
span { border-color: rgb(254,242,251); }
td.TdClassName
{
border-color: #FEF2FB;
}
.TagClassName
{
border-color: #FEF2FB;
}
</style>