#FFEDF2

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

Shades of Lavender Blush #FFEDF2

Tints of Lavender Blush #FFEDF2

Color information

#FFEDF2 (or 0xFFEDF2) is unknown color: approx Lavender Blush. HEX triplet: FF, ED and F2. RGB value is (255,237,242). Sum of RGB (Red+Green+Blue) = 255+237+242=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 237 (92.97% from 255 or 32.29% from 734); Blue value is 242 (94.92% from 255 or 32.97% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDF2 is #00120D. Grayscale: #F2F2F2. Windows color (decimal): -4622 or 15920639. OLE color: 15920639.

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

Color convert

RGB255237242-
CMYK00.070.050
HSL343.33º100%96.47%-
HSV(B)343.33º7.06%100%-
XYZ87.5588.2496.42-
YUV242.95127.46136.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.74%
GREEN value IS 237 (92.97% from 255) = 32.29%
BLUE value IS 242 (94.92% from 255) = 32.97%
R=34.74%
G=32.29%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523724200.070.050343.3310096.47
HexFFEDF207501576460
Octal3773553620750527144140
Binary1111111111101101111100100111101010101011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDF2; }

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

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

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

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

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

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

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

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