#FFEDF5

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

Shades of Lavender Blush #FFEDF5

Tints of Lavender Blush #FFEDF5

Color information

#FFEDF5 (or 0xFFEDF5) is unknown color: approx Lavender Blush. HEX triplet: FF, ED and F5. RGB value is (255,237,245). Sum of RGB (Red+Green+Blue) = 255+237+245=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 237 (92.97% from 255 or 32.16% from 737); Blue value is 245 (96.09% from 255 or 33.24% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF5 is #00120A. Grayscale: #F3F3F3. Windows color (decimal): -4619 or 16117247. OLE color: 16117247.

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

Color convert

RGB255237245-
CMYK00.070.040
HSL333.33º100%96.47%-
HSV(B)333.33º7.06%100%-
XYZ88.0188.4298.81-
YUV243.29128.96136.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.60%
GREEN value IS 237 (92.97% from 255) = 32.16%
BLUE value IS 245 (96.09% from 255) = 33.24%
R=34.60%
G=32.16%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523724500.070.040333.3310096.47
HexFFEDF5074014d6460
Octal3773553650740515144140
Binary1111111111101101111101010111100010100110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDF5; }

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

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

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

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

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

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

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

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