#FFEDF4

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

Shades of Lavender Blush #FFEDF4

Tints of Lavender Blush #FFEDF4

Color information

#FFEDF4 (or 0xFFEDF4) is unknown color: approx Lavender Blush. HEX triplet: FF, ED and F4. RGB value is (255,237,244). Sum of RGB (Red+Green+Blue) = 255+237+244=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 237 (92.97% from 255 or 32.20% from 736); Blue value is 244 (95.70% from 255 or 33.15% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF4 is #00120B. Grayscale: #F3F3F3. Windows color (decimal): -4620 or 16051711. OLE color: 16051711.

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

Color convert

RGB255237244-
CMYK00.070.040
HSL336.67º100%96.47%-
HSV(B)336.67º7.06%100%-
XYZ87.8588.3698.01-
YUV243.18128.46136.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.65%
GREEN value IS 237 (92.97% from 255) = 32.20%
BLUE value IS 244 (95.70% from 255) = 33.15%
R=34.65%
G=32.20%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523724400.070.040336.6710096.47
HexFFEDF407401516460
Octal3773553640740521144140
Binary1111111111101101111101000111100010101000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDF4; }

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

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

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

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

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

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

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

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