#F2EBE9

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

Shades of Wisp Pink #F2EBE9

Tints of Wisp Pink #F2EBE9

Color information

#F2EBE9 (or 0xF2EBE9) is unknown color: approx Wisp Pink. HEX triplet: F2, EB and E9. RGB value is (242,235,233). Sum of RGB (Red+Green+Blue) = 242+235+233=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 233 (91.41% from 255 or 32.82% from 710); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EBE9 is #0D1416. Grayscale: #ECECEC. Windows color (decimal): -857111 or 15330290. OLE color: 15330290.

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

Color convert

RGB242235233-
CMYK00.030.040.05
HSL13.33º25.71%93.14%-
HSV(B)13.33º3.72%94.9%-
XYZ81.0384.1889.07-
YUV236.86125.82131.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.08%
GREEN value IS 235 (92.19% from 255) = 33.10%
BLUE value IS 233 (91.41% from 255) = 32.82%
R=34.08%
G=33.10%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223523300.030.040.0513.3325.7193.14
HexF2EBE90345d1a5d
Octal36235335103451532135
Binary1111001011101011111010010111001011101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBE9; }

 p { color: rgb(242,235,233); }

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

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

 a { background-color: rgb(242,235,233); }

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

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

 span { border-color: rgb(242,235,233); }

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