Shades of Lavender Blush #FDEEF3
Tints of Lavender Blush #FDEEF3
RGB
CMYK
RGB Variations
Color information
#FDEEF3 (or 0xFDEEF3) is known color: Lavender Blush. HEX triplet: FD, EE and F3. RGB value is (253,238,243). Sum of RGB (Red+Green+Blue) = 253+238+243=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 238 (93.36% from 255 or 32.43% from 734); Blue value is 243 (95.31% from 255 or 33.11% from 734); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEF3 is #02110C. Grayscale: #F3F3F3. Windows color (decimal): -135437 or 15986429. OLE color: 15986429.
HSL color Cylindrical-coordinate representation of color #FDEEF3: hue angle of 340º 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 #FDEEF3 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 238 | 243 | - |
CMYK | 0 | 0.06 | 0.04 | 0.01 |
HSL | 340º | 0.79% | 0.96% | - |
HSV(B) | 340º | 0.06% | 0.99% | - |
XYZ | 87.26 | 88.5 | 97.28 | - |
YUV | 243.06 | 127.97 | 135.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 243 | 0 | 0.06 | 0.04 | 0.01 | 340 | 0.79 | 0.96 |
Hex | FD | EE | F3 | 0 | 6 | 4 | 1 | 154 | 4F | 60 |
Octal | 375 | 356 | 363 | 0 | 6 | 4 | 1 | 524 | 117 | 140 |
Binary | 11111101 | 11101110 | 11110011 | 0 | 110 | 100 | 1 | 101010100 | 1001111 | 1100000 |
Color Harmonies of #FDEEF3
Complementary color
Monochromatic Colors of #FDEEF3
Black with #FDEEF3
Text Example
Text Example
White with #FDEEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEF3; }
p { color: rgb(253,238,243); }
H1.HeaderClassName
{
color: #FDEEF3;
}
.AnyTagClassName
{
color: #FDEEF3;
}
</style>
background-color css
<style>
a { background-color: #FDEEF3; }
a { background-color: rgb(253,238,243); }
div.DivClassName
{
background-color: #FDEEF3;
}
.BgClassName
{
background-color: #FDEEF3;
}
</style>
border-color css
<style>
span { border-color: #FDEEF3; }
span { border-color: rgb(253,238,243); }
td.TdClassName
{
border-color: #FDEEF3;
}
.TagClassName
{
border-color: #FDEEF3;
}
</style>