#FDE7EF

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

Shades of Lavender Blush #FDE7EF

Tints of Lavender Blush #FDE7EF

Color information

#FDE7EF (or 0xFDE7EF) is unknown color: approx Lavender Blush. HEX triplet: FD, E7 and EF. RGB value is (253,231,239). Sum of RGB (Red+Green+Blue) = 253+231+239=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 231 (90.62% from 255 or 31.95% from 723); Blue value is 239 (93.75% from 255 or 33.06% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7EF is #021810. Grayscale: #EEEEEE. Windows color (decimal): -137233 or 15722493. OLE color: 15722493.

HSL color Cylindrical-coordinate representation of color #FDE7EF: hue angle of 338.18º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDE7EF is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253231239-
CMYK00.090.060.01
HSL338.18º84.62%94.9%-
HSV(B)338.18º8.7%99.22%-
XYZ84.6684.2793.46-
YUV238.49128.29138.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.99%
GREEN value IS 231 (90.62% from 255) = 31.95%
BLUE value IS 239 (93.75% from 255) = 33.06%
R=34.99%
G=31.95%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323123900.090.060.01338.1884.6294.9
HexFDE7EF0961152555f
Octal37534735701161522125137
Binary11111101111001111110111101001110110101001010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE7EF; }

 p { color: rgb(253,231,239); }

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

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

 a { background-color: rgb(253,231,239); }

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

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

 span { border-color: rgb(253,231,239); }

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