#FFEDF0

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

Shades of Lavender Blush #FFEDF0

Tints of Lavender Blush #FFEDF0

Color information

#FFEDF0 (or 0xFFEDF0) is unknown color: approx Lavender Blush. HEX triplet: FF, ED and F0. RGB value is (255,237,240). Sum of RGB (Red+Green+Blue) = 255+237+240=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 237 (92.97% from 255 or 32.38% from 732); Blue value is 240 (94.14% from 255 or 32.79% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF0 is #00120F. Grayscale: #F2F2F2. Windows color (decimal): -4624 or 15789567. OLE color: 15789567.

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

Color convert

RGB255237240-
CMYK00.070.060
HSL350º100%96.47%-
HSV(B)350º7.06%100%-
XYZ87.2588.1294.85-
YUV242.72126.46136.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.84%
GREEN value IS 237 (92.97% from 255) = 32.38%
BLUE value IS 240 (94.14% from 255) = 32.79%
R=34.84%
G=32.38%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523724000.070.06035010096.47
HexFFEDF0076015e6460
Octal3773553600760536144140
Binary1111111111101101111100000111110010101111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDF0; }

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

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

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

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

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

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

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

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