#FFEDFB

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

Shades of Lavender Blush #FFEDFB

Tints of Lavender Blush #FFEDFB

Color information

#FFEDFB (or 0xFFEDFB) is unknown color: approx Lavender Blush. HEX triplet: FF, ED and FB. RGB value is (255,237,251). Sum of RGB (Red+Green+Blue) = 255+237+251=743 (98% of max value = 765). Red value is 255 (100% from 255 or 34.32% from 743); Green value is 237 (92.97% from 255 or 31.90% from 743); Blue value is 251 (98.44% from 255 or 33.78% from 743); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDFB is #001204. Grayscale: #F3F3F3. Windows color (decimal): -4613 or 16510463. OLE color: 16510463.

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

Color convert

RGB255237251-
CMYK00.070.020
HSL313.33º100%96.47%-
HSV(B)313.33º7.06%100%-
XYZ88.9488.79103.72-
YUV243.98131.96135.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.32%
GREEN value IS 237 (92.97% from 255) = 31.90%
BLUE value IS 251 (98.44% from 255) = 33.78%
R=34.32%
G=31.90%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523725100.070.020313.3310096.47
HexFFEDFB07201396460
Octal3773553730720471144140
Binary111111111110110111111011011110010011100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDFB; }

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

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

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

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

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

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

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

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