Shades of Lavender Blush #FDE3F3
Tints of Lavender Blush #FDE3F3
RGB
CMYK
RGB Variations
Color information
#FDE3F3 (or 0xFDE3F3) is known color: Lavender Blush. HEX triplet: FD, E3 and F3. RGB value is (253,227,243). Sum of RGB (Red+Green+Blue) = 253+227+243=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 227 (89.06% from 255 or 31.40% from 723); Blue value is 243 (95.31% from 255 or 33.61% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3F3 is #021C0C. Grayscale: #ECECEC. Windows color (decimal): -138253 or 15983613. OLE color: 15983613.
HSL color Cylindrical-coordinate representation of color #FDE3F3: hue angle of 323.08º 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 #FDE3F3 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 243 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.01 |
| HSL | 323.08º | 0.87% | 0.94% | - |
| HSV(B) | 323.08º | 0.1% | 0.99% | - |
| XYZ | 84.15 | 82.29 | 96.24 | - |
| YUV | 236.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 243 | 0 | 0.10 | 0.04 | 0.01 | 323.08 | 0.87 | 0.94 |
| Hex | FD | E3 | F3 | 0 | A | 4 | 1 | 143 | 57 | 5E |
| Octal | 375 | 343 | 363 | 0 | 12 | 4 | 1 | 503 | 127 | 136 |
| Binary | 11111101 | 11100011 | 11110011 | 0 | 1010 | 100 | 1 | 101000011 | 1010111 | 1011110 |
Color Harmonies of #FDE3F3
Complementary color
Monochromatic Colors of #FDE3F3
Black with #FDE3F3
Text Example
Text Example
White with #FDE3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3F3; }
p { color: rgb(253,227,243); }
H1.HeaderClassName
{
color: #FDE3F3;
}
.AnyTagClassName
{
color: #FDE3F3;
}
</style>
background-color css
<style>
a { background-color: #FDE3F3; }
a { background-color: rgb(253,227,243); }
div.DivClassName
{
background-color: #FDE3F3;
}
.BgClassName
{
background-color: #FDE3F3;
}
</style>
border-color css
<style>
span { border-color: #FDE3F3; }
span { border-color: rgb(253,227,243); }
td.TdClassName
{
border-color: #FDE3F3;
}
.TagClassName
{
border-color: #FDE3F3;
}
</style>