#F5EDF2

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

Shades of Lavender Blush #F5EDF2

Tints of Lavender Blush #F5EDF2

Color information

#F5EDF2 (or 0xF5EDF2) is unknown color: approx Lavender Blush. HEX triplet: F5, ED and F2. RGB value is (245,237,242). Sum of RGB (Red+Green+Blue) = 245+237+242=724 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.84% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 242 (94.92% from 255 or 33.43% from 724); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDF2 is #0A120D. Grayscale: #EFEFEF. Windows color (decimal): -659982 or 15920629. OLE color: 15920629.

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

Color convert

RGB245237242-
CMYK00.030.010.04
HSL322.5º28.57%94.51%-
HSV(B)322.5º3.27%96.08%-
XYZ83.9786.3996.25-
YUV239.96129.15131.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.84%
GREEN value IS 237 (92.97% from 255) = 32.73%
BLUE value IS 242 (94.92% from 255) = 33.43%
R=33.84%
G=32.73%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523724200.030.010.04322.528.5794.51
HexF5EDF203141421d5f
Octal365355362031450235137
Binary1111010111101101111100100111100101000010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDF2; }

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

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

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

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

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

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

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

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