#F0EDEF

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

Shades of Lavender Blush #F0EDEF

Tints of Lavender Blush #F0EDEF

Color information

#F0EDEF (or 0xF0EDEF) is unknown color: approx Lavender Blush. HEX triplet: F0, ED and EF. RGB value is (240,237,239). Sum of RGB (Red+Green+Blue) = 240+237+239=716 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.52% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDEF is #0F1210. Grayscale: #EEEEEE. Windows color (decimal): -987665 or 15724016. OLE color: 15724016.

HSL color Cylindrical-coordinate representation of color #F0EDEF: hue angle of 320º degrees, saturation: 0.09, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F0EDEF is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB240237239-
CMYK00.010.000.06
HSL320º9.09%93.53%-
HSV(B)320º1.25%94.12%-
XYZ81.885.3393.82-
YUV238.12128.49129.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.52%
GREEN value IS 237 (92.97% from 255) = 33.10%
BLUE value IS 239 (93.75% from 255) = 33.38%
R=33.52%
G=33.10%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023723900.010.000.063209.0993.53
HexF0EDEF010614095e
Octal360355357010650011136
Binary11110000111011011110111101011010100000010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDEF; }

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

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

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

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

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

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

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

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