#FFEDFA

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

Shades of Lavender Blush #FFEDFA

Tints of Lavender Blush #FFEDFA

Color information

#FFEDFA (or 0xFFEDFA) is unknown color: approx Lavender Blush. HEX triplet: FF, ED and FA. RGB value is (255,237,250). Sum of RGB (Red+Green+Blue) = 255+237+250=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 237 (92.97% from 255 or 31.94% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDFA is #001205. Grayscale: #F3F3F3. Windows color (decimal): -4614 or 16444927. OLE color: 16444927.

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

Color convert

RGB255237250-
CMYK00.070.020
HSL316.67º100%96.47%-
HSV(B)316.67º7.06%100%-
XYZ88.7888.73102.89-
YUV243.86131.46135.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.37%
GREEN value IS 237 (92.97% from 255) = 31.94%
BLUE value IS 250 (98.05% from 255) = 33.69%
R=34.37%
G=31.94%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523725000.070.020316.6710096.47
HexFFEDFA072013d6460
Octal3773553720720475144140
Binary111111111110110111111010011110010011110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDFA; }

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

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

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

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

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

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

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

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