Shades of Lavender Blush #FDE3F2
Tints of Lavender Blush #FDE3F2
RGB
CMYK
RGB Variations
Color information
#FDE3F2 (or 0xFDE3F2) is known color: Lavender Blush. HEX triplet: FD, E3 and F2. RGB value is (253,227,242). Sum of RGB (Red+Green+Blue) = 253+227+242=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 227 (89.06% from 255 or 31.44% from 722); Blue value is 242 (94.92% from 255 or 33.52% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3F2 is #021C0D. Grayscale: #ECECEC. Windows color (decimal): -138254 or 15918077. OLE color: 15918077.
HSL color Cylindrical-coordinate representation of color #FDE3F2: hue angle of 325.38º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE3F2 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 242 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.01 |
| HSL | 325.38º | 0.87% | 0.94% | - |
| HSV(B) | 325.38º | 0.1% | 0.99% | - |
| XYZ | 84 | 82.23 | 95.45 | - |
| YUV | 236.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 242 | 0 | 0.10 | 0.04 | 0.01 | 325.38 | 0.87 | 0.94 |
| Hex | FD | E3 | F2 | 0 | A | 4 | 1 | 145 | 57 | 5E |
| Octal | 375 | 343 | 362 | 0 | 12 | 4 | 1 | 505 | 127 | 136 |
| Binary | 11111101 | 11100011 | 11110010 | 0 | 1010 | 100 | 1 | 101000101 | 1010111 | 1011110 |
Color Harmonies of #FDE3F2
Complementary color
Monochromatic Colors of #FDE3F2
Black with #FDE3F2
Text Example
Text Example
White with #FDE3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3F2; }
p { color: rgb(253,227,242); }
H1.HeaderClassName
{
color: #FDE3F2;
}
.AnyTagClassName
{
color: #FDE3F2;
}
</style>
background-color css
<style>
a { background-color: #FDE3F2; }
a { background-color: rgb(253,227,242); }
div.DivClassName
{
background-color: #FDE3F2;
}
.BgClassName
{
background-color: #FDE3F2;
}
</style>
border-color css
<style>
span { border-color: #FDE3F2; }
span { border-color: rgb(253,227,242); }
td.TdClassName
{
border-color: #FDE3F2;
}
.TagClassName
{
border-color: #FDE3F2;
}
</style>