#F5EDF0

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

Shades of Lavender Blush #F5EDF0

Tints of Lavender Blush #F5EDF0

Color information

#F5EDF0 (or 0xF5EDF0) is unknown color: approx Lavender Blush. HEX triplet: F5, ED and F0. RGB value is (245,237,240). Sum of RGB (Red+Green+Blue) = 245+237+240=722 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.93% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 240 (94.14% from 255 or 33.24% from 722); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDF0 is #0A120F. Grayscale: #EFEFEF. Windows color (decimal): -659984 or 15789557. OLE color: 15789557.

HSL color Cylindrical-coordinate representation of color #F5EDF0: hue angle of 337.5º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5EDF0 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB245237240-
CMYK00.030.020.04
HSL337.5º28.57%94.51%-
HSV(B)337.5º3.27%96.08%-
XYZ83.6786.2794.68-
YUV239.73128.15131.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.93%
GREEN value IS 237 (92.97% from 255) = 32.83%
BLUE value IS 240 (94.14% from 255) = 33.24%
R=33.93%
G=32.83%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523724000.030.020.04337.528.5794.51
HexF5EDF003241521d5f
Octal365355360032452235137
Binary11110101111011011111000001110100101010010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDF0; }

 p { color: rgb(245,237,240); }

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

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

 a { background-color: rgb(245,237,240); }

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

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

 span { border-color: rgb(245,237,240); }

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