#F0ECEB

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

Shades of Wisp Pink #F0ECEB

Tints of Wisp Pink #F0ECEB

Color information

#F0ECEB (or 0xF0ECEB) is unknown color: approx Wisp Pink. HEX triplet: F0, EC and EB. RGB value is (240,236,235). Sum of RGB (Red+Green+Blue) = 240+236+235=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0ECEB is #0F1314. Grayscale: #EDEDED. Windows color (decimal): -987925 or 15461616. OLE color: 15461616.

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

Color convert

RGB240236235-
CMYK00.020.020.06
HSL12º14.29%93.14%-
HSV(B)12º2.08%94.12%-
XYZ80.9384.5190.64-
YUV237.08126.83130.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.76%
GREEN value IS 236 (92.58% from 255) = 33.19%
BLUE value IS 235 (92.19% from 255) = 33.05%
R=33.76%
G=33.19%
B=33.05%

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
Decimal24023623500.020.020.061214.2993.14
HexF0ECEB0226ce5d
Octal36035435302261416135
Binary11110000111011001110101101010110110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ECEB; }

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

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

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

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

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

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

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

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