Shades of Lavender Blush #FDEEF6
Tints of Lavender Blush #FDEEF6
RGB
CMYK
RGB Variations
Color information
#FDEEF6 (or 0xFDEEF6) is known color: Lavender Blush. HEX triplet: FD, EE and F6. RGB value is (253,238,246). Sum of RGB (Red+Green+Blue) = 253+238+246=737 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.33% from 737); Green value is 238 (93.36% from 255 or 32.29% from 737); Blue value is 246 (96.48% from 255 or 33.38% from 737); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEF6 is #021109. Grayscale: #F3F3F3. Windows color (decimal): -135434 or 16183037. OLE color: 16183037.
HSL color Cylindrical-coordinate representation of color #FDEEF6: hue angle of 328º 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 #FDEEF6 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 238 | 246 | - |
CMYK | 0 | 0.06 | 0.03 | 0.01 |
HSL | 328º | 0.79% | 0.96% | - |
HSV(B) | 328º | 0.06% | 0.99% | - |
XYZ | 87.72 | 88.69 | 99.68 | - |
YUV | 243.4 | 129.47 | 134.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 246 | 0 | 0.06 | 0.03 | 0.01 | 328 | 0.79 | 0.96 |
Hex | FD | EE | F6 | 0 | 6 | 3 | 1 | 148 | 4F | 60 |
Octal | 375 | 356 | 366 | 0 | 6 | 3 | 1 | 510 | 117 | 140 |
Binary | 11111101 | 11101110 | 11110110 | 0 | 110 | 11 | 1 | 101001000 | 1001111 | 1100000 |
Color Harmonies of #FDEEF6
Complementary color
Monochromatic Colors of #FDEEF6
Black with #FDEEF6
Text Example
Text Example
White with #FDEEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEF6; }
p { color: rgb(253,238,246); }
H1.HeaderClassName
{
color: #FDEEF6;
}
.AnyTagClassName
{
color: #FDEEF6;
}
</style>
background-color css
<style>
a { background-color: #FDEEF6; }
a { background-color: rgb(253,238,246); }
div.DivClassName
{
background-color: #FDEEF6;
}
.BgClassName
{
background-color: #FDEEF6;
}
</style>
border-color css
<style>
span { border-color: #FDEEF6; }
span { border-color: rgb(253,238,246); }
td.TdClassName
{
border-color: #FDEEF6;
}
.TagClassName
{
border-color: #FDEEF6;
}
</style>