Shades of Lavender Blush #FDEEF2
Tints of Lavender Blush #FDEEF2
RGB
CMYK
RGB Variations
Color information
#FDEEF2 (or 0xFDEEF2) is known color: Lavender Blush. HEX triplet: FD, EE and F2. RGB value is (253,238,242). Sum of RGB (Red+Green+Blue) = 253+238+242=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 238 (93.36% from 255 or 32.47% from 733); Blue value is 242 (94.92% from 255 or 33.02% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEF2 is #02110D. Grayscale: #F2F2F2. Windows color (decimal): -135438 or 15920893. OLE color: 15920893.
HSL color Cylindrical-coordinate representation of color #FDEEF2: hue angle of 344º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDEEF2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 238 | 242 | - |
CMYK | 0 | 0.06 | 0.04 | 0.01 |
HSL | 344º | 0.79% | 0.96% | - |
HSV(B) | 344º | 0.06% | 0.99% | - |
XYZ | 87.11 | 88.44 | 96.48 | - |
YUV | 242.94 | 127.47 | 135.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 242 | 0 | 0.06 | 0.04 | 0.01 | 344 | 0.79 | 0.96 |
Hex | FD | EE | F2 | 0 | 6 | 4 | 1 | 158 | 4F | 60 |
Octal | 375 | 356 | 362 | 0 | 6 | 4 | 1 | 530 | 117 | 140 |
Binary | 11111101 | 11101110 | 11110010 | 0 | 110 | 100 | 1 | 101011000 | 1001111 | 1100000 |
Color Harmonies of #FDEEF2
Complementary color
Monochromatic Colors of #FDEEF2
Black with #FDEEF2
Text Example
Text Example
White with #FDEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEF2; }
p { color: rgb(253,238,242); }
H1.HeaderClassName
{
color: #FDEEF2;
}
.AnyTagClassName
{
color: #FDEEF2;
}
</style>
background-color css
<style>
a { background-color: #FDEEF2; }
a { background-color: rgb(253,238,242); }
div.DivClassName
{
background-color: #FDEEF2;
}
.BgClassName
{
background-color: #FDEEF2;
}
</style>
border-color css
<style>
span { border-color: #FDEEF2; }
span { border-color: rgb(253,238,242); }
td.TdClassName
{
border-color: #FDEEF2;
}
.TagClassName
{
border-color: #FDEEF2;
}
</style>