#F2EDEC

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

Shades of Wisp Pink #F2EDEC

Tints of Wisp Pink #F2EDEC

Color information

#F2EDEC (or 0xF2EDEC) is unknown color: approx Wisp Pink. HEX triplet: F2, ED and EC. RGB value is (242,237,236). Sum of RGB (Red+Green+Blue) = 242+237+236=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 236 (92.58% from 255 or 33.01% from 715); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDEC is #0D1213. Grayscale: #EEEEEE. Windows color (decimal): -856596 or 15527410. OLE color: 15527410.

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

Color convert

RGB242237236-
CMYK00.020.020.05
HSL10º18.75%93.73%-
HSV(B)10º2.48%94.9%-
XYZ82.0485.591.54-
YUV238.38126.66130.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.85%
GREEN value IS 237 (92.97% from 255) = 33.15%
BLUE value IS 236 (92.58% from 255) = 33.01%
R=33.85%
G=33.15%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223723600.020.020.051018.7593.73
HexF2EDEC0225a135e
Octal36235535402251223136
Binary111100101110110111101100010101011010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDEC; }

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

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

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

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

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

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

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

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