#FFEDF8

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

Shades of Lavender Blush #FFEDF8

Tints of Lavender Blush #FFEDF8

Color information

#FFEDF8 (or 0xFFEDF8) is unknown color: approx Lavender Blush. HEX triplet: FF, ED and F8. RGB value is (255,237,248). Sum of RGB (Red+Green+Blue) = 255+237+248=740 (98% of max value = 765). Red value is 255 (100% from 255 or 34.46% from 740); Green value is 237 (92.97% from 255 or 32.03% from 740); Blue value is 248 (97.27% from 255 or 33.51% from 740); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF8 is #001207. Grayscale: #F3F3F3. Windows color (decimal): -4616 or 16313855. OLE color: 16313855.

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

Color convert

RGB255237248-
CMYK00.070.030
HSL323.33º100%96.47%-
HSV(B)323.33º7.06%100%-
XYZ88.4788.61101.25-
YUV243.64130.46136.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.46%
GREEN value IS 237 (92.97% from 255) = 32.03%
BLUE value IS 248 (97.27% from 255) = 33.51%
R=34.46%
G=32.03%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523724800.070.030323.3310096.47
HexFFEDF807301436460
Octal3773553700730503144140
Binary111111111110110111111000011111010100001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDF8; }

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

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

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

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

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

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

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

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