#FFEDF7

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

Shades of Lavender Blush #FFEDF7

Tints of Lavender Blush #FFEDF7

Color information

#FFEDF7 (or 0xFFEDF7) is unknown color: approx Lavender Blush. HEX triplet: FF, ED and F7. RGB value is (255,237,247). Sum of RGB (Red+Green+Blue) = 255+237+247=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 237 (92.97% from 255 or 32.07% from 739); Blue value is 247 (96.88% from 255 or 33.42% from 739); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF7 is #001208. Grayscale: #F3F3F3. Windows color (decimal): -4617 or 16248319. OLE color: 16248319.

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

Color convert

RGB255237247-
CMYK00.070.030
HSL326.67º100%96.47%-
HSV(B)326.67º7.06%100%-
XYZ88.3188.54100.43-
YUV243.52129.96136.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.51%
GREEN value IS 237 (92.97% from 255) = 32.07%
BLUE value IS 247 (96.88% from 255) = 33.42%
R=34.51%
G=32.07%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523724700.070.030326.6710096.47
HexFFEDF707301476460
Octal3773553670730507144140
Binary111111111110110111110111011111010100011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDF7; }

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

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

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

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

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

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

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

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