#FFEDF3

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

Shades of Lavender Blush #FFEDF3

Tints of Lavender Blush #FFEDF3

Color information

#FFEDF3 (or 0xFFEDF3) is unknown color: approx Lavender Blush. HEX triplet: FF, ED and F3. RGB value is (255,237,243). Sum of RGB (Red+Green+Blue) = 255+237+243=735 (97% of max value = 765). Red value is 255 (100% from 255 or 34.69% from 735); Green value is 237 (92.97% from 255 or 32.24% from 735); Blue value is 243 (95.31% from 255 or 33.06% from 735); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF3 is #00120C. Grayscale: #F3F3F3. Windows color (decimal): -4621 or 15986175. OLE color: 15986175.

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

Color convert

RGB255237243-
CMYK00.070.050
HSL340º100%96.47%-
HSV(B)340º7.06%100%-
XYZ87.788.397.22-
YUV243.07127.96136.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.69%
GREEN value IS 237 (92.97% from 255) = 32.24%
BLUE value IS 243 (95.31% from 255) = 33.06%
R=34.69%
G=32.24%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523724300.070.05034010096.47
HexFFEDF307501546460
Octal3773553630750524144140
Binary1111111111101101111100110111101010101010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDF3; }

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

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

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

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

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

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

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

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