Shades of Lavender Blush #FDE9F2
Tints of Lavender Blush #FDE9F2
RGB
CMYK
RGB Variations
Color information
#FDE9F2 (or 0xFDE9F2) is known color: Lavender Blush. HEX triplet: FD, E9 and F2. RGB value is (253,233,242). Sum of RGB (Red+Green+Blue) = 253+233+242=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 233 (91.41% from 255 or 32.01% from 728); Blue value is 242 (94.92% from 255 or 33.24% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9F2 is #02160D. Grayscale: #EFEFEF. Windows color (decimal): -136718 or 15919613. OLE color: 15919613.
HSL color Cylindrical-coordinate representation of color #FDE9F2: hue angle of 333º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDE9F2 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 242 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.01 |
| HSL | 333º | 0.83% | 0.95% | - |
| HSV(B) | 333º | 0.08% | 0.99% | - |
| XYZ | 85.67 | 85.57 | 96.01 | - |
| YUV | 240.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 242 | 0 | 0.08 | 0.04 | 0.01 | 333 | 0.83 | 0.95 |
| Hex | FD | E9 | F2 | 0 | 8 | 4 | 1 | 14D | 53 | 5F |
| Octal | 375 | 351 | 362 | 0 | 10 | 4 | 1 | 515 | 123 | 137 |
| Binary | 11111101 | 11101001 | 11110010 | 0 | 1000 | 100 | 1 | 101001101 | 1010011 | 1011111 |
Color Harmonies of #FDE9F2
Complementary color
Monochromatic Colors of #FDE9F2
Black with #FDE9F2
Text Example
Text Example
White with #FDE9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9F2; }
p { color: rgb(253,233,242); }
H1.HeaderClassName
{
color: #FDE9F2;
}
.AnyTagClassName
{
color: #FDE9F2;
}
</style>
background-color css
<style>
a { background-color: #FDE9F2; }
a { background-color: rgb(253,233,242); }
div.DivClassName
{
background-color: #FDE9F2;
}
.BgClassName
{
background-color: #FDE9F2;
}
</style>
border-color css
<style>
span { border-color: #FDE9F2; }
span { border-color: rgb(253,233,242); }
td.TdClassName
{
border-color: #FDE9F2;
}
.TagClassName
{
border-color: #FDE9F2;
}
</style>