#F0EBEA

Color #F0EBEA Wisp Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisp Pink #F0EBEA

Tints of Wisp Pink #F0EBEA

Color information

#F0EBEA (or 0xF0EBEA) is unknown color: approx Wisp Pink. HEX triplet: F0, EB and EA. RGB value is (240,235,234). Sum of RGB (Red+Green+Blue) = 240+235+234=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EBEA is #0F1415. Grayscale: #ECECEC. Windows color (decimal): -988182 or 15395824. OLE color: 15395824.

HSL color Cylindrical-coordinate representation of color #F0EBEA: hue angle of 10º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F0EBEA is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240235234-
CMYK00.020.020.06
HSL10º16.67%92.94%-
HSV(B)10º2.5%94.12%-
XYZ80.4983.8889.79-
YUV236.38126.66130.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.85%
GREEN value IS 235 (92.19% from 255) = 33.15%
BLUE value IS 234 (91.80% from 255) = 33.00%
R=33.85%
G=33.15%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023523400.020.020.061016.6792.94
HexF0EBEA0226a115d
Octal36035335202261221135
Binary111100001110101111101010010101101010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBEA; }

 p { color: rgb(240,235,234); }

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

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

 a { background-color: rgb(240,235,234); }

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

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

 span { border-color: rgb(240,235,234); }

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