#FFEDF9

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

Shades of Lavender Blush #FFEDF9

Tints of Lavender Blush #FFEDF9

Color information

#FFEDF9 (or 0xFFEDF9) is unknown color: approx Lavender Blush. HEX triplet: FF, ED and F9. RGB value is (255,237,249). Sum of RGB (Red+Green+Blue) = 255+237+249=741 (98% of max value = 765). Red value is 255 (100% from 255 or 34.41% from 741); Green value is 237 (92.97% from 255 or 31.98% from 741); Blue value is 249 (97.66% from 255 or 33.60% from 741); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF9 is #001206. Grayscale: #F3F3F3. Windows color (decimal): -4615 or 16379391. OLE color: 16379391.

HSL color Cylindrical-coordinate representation of color #FFEDF9: hue angle of 320º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFEDF9 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255237249-
CMYK00.070.020
HSL320º100%96.47%-
HSV(B)320º7.06%100%-
XYZ88.6288.67102.07-
YUV243.75130.96136.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.41%
GREEN value IS 237 (92.97% from 255) = 31.98%
BLUE value IS 249 (97.66% from 255) = 33.60%
R=34.41%
G=31.98%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523724900.070.02032010096.47
HexFFEDF907201406460
Octal3773553710720500144140
Binary111111111110110111111001011110010100000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDF9; }

 p { color: rgb(255,237,249); }

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

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

 a { background-color: rgb(255,237,249); }

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

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

 span { border-color: rgb(255,237,249); }

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