Shades of Lavender Blush #FEEEF2
Tints of Lavender Blush #FEEEF2
RGB
CMYK
RGB Variations
Color information
#FEEEF2 (or 0xFEEEF2) is known color: Lavender Blush. HEX triplet: FE, EE and F2. RGB value is (254,238,242). Sum of RGB (Red+Green+Blue) = 254+238+242=734 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.60% from 734); Green value is 238 (93.36% from 255 or 32.43% from 734); Blue value is 242 (94.92% from 255 or 32.97% from 734); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEF2 is #01110D. Grayscale: #F3F3F3. Windows color (decimal): -69902 or 15920894. OLE color: 15920894.
HSL color Cylindrical-coordinate representation of color #FEEEF2: hue angle of 345º 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 #FEEEF2 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 238 | 242 | - |
CMYK | 0 | 0.06 | 0.05 | 0.00 |
HSL | 345º | 0.89% | 0.96% | - |
HSV(B) | 345º | 0.06% | 1% | - |
XYZ | 87.47 | 88.63 | 96.5 | - |
YUV | 243.24 | 127.3 | 135.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 238 | 242 | 0 | 0.06 | 0.05 | 0.00 | 345 | 0.89 | 0.96 |
Hex | FE | EE | F2 | 0 | 6 | 5 | 0 | 159 | 59 | 60 |
Octal | 376 | 356 | 362 | 0 | 6 | 5 | 0 | 531 | 131 | 140 |
Binary | 11111110 | 11101110 | 11110010 | 0 | 110 | 101 | 0 | 101011001 | 1011001 | 1100000 |
Color Harmonies of #FEEEF2
Complementary color
Monochromatic Colors of #FEEEF2
Black with #FEEEF2
Text Example
Text Example
White with #FEEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEF2; }
p { color: rgb(254,238,242); }
H1.HeaderClassName
{
color: #FEEEF2;
}
.AnyTagClassName
{
color: #FEEEF2;
}
</style>
background-color css
<style>
a { background-color: #FEEEF2; }
a { background-color: rgb(254,238,242); }
div.DivClassName
{
background-color: #FEEEF2;
}
.BgClassName
{
background-color: #FEEEF2;
}
</style>
border-color css
<style>
span { border-color: #FEEEF2; }
span { border-color: rgb(254,238,242); }
td.TdClassName
{
border-color: #FEEEF2;
}
.TagClassName
{
border-color: #FEEEF2;
}
</style>