#FDE3F4

Color #FDE3F4 Lavender Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blush #FDE3F4

Tints of Lavender Blush #FDE3F4

Color information

#FDE3F4 (or 0xFDE3F4) is unknown color: approx Lavender Blush. HEX triplet: FD, E3 and F4. RGB value is (253,227,244). Sum of RGB (Red+Green+Blue) = 253+227+244=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 227 (89.06% from 255 or 31.35% from 724); Blue value is 244 (95.70% from 255 or 33.70% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE3F4 is #021C0B. Grayscale: #ECECEC. Windows color (decimal): -138252 or 16049149. OLE color: 16049149.

HSL color Cylindrical-coordinate representation of color #FDE3F4: hue angle of 320.77º 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 #FDE3F4 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB253227244-
CMYK00.100.040.01
HSL320.77º86.67%94.12%-
HSV(B)320.77º10.28%99.22%-
XYZ84.3182.3597.04-
YUV236.71132.11139.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 34.94%
GREEN value IS 227 (89.06% from 255) = 31.35%
BLUE value IS 244 (95.70% from 255) = 33.70%
R=34.94%
G=31.35%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322724400.100.040.01320.7786.6794.12
HexFDE3F40A41141575e
Octal37534336401241501127136
Binary11111101111000111111010001010100110100000110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE3F4; }

 p { color: rgb(253,227,244); }

 H1.HeaderClassName
 {
   color: #FDE3F4;
 }
 .AnyTagClassName
 {
   color: #FDE3F4;
 }
</style>
background-color css

<style>
 a { background-color: #FDE3F4; }

 a { background-color: rgb(253,227,244); }

 div.DivClassName
 {
   background-color: #FDE3F4;
 }
 .BgClassName
 {
   background-color: #FDE3F4;
 }
</style>
border-color css

<style>
 span { border-color: #FDE3F4; }

 span { border-color: rgb(253,227,244); }

 td.TdClassName
 {
   border-color: #FDE3F4;
 }
 .TagClassName
 {
   border-color: #FDE3F4;
 }
</style>