#F2E7E3

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

Shades of Wisp Pink #F2E7E3

Tints of Wisp Pink #F2E7E3

Color information

#F2E7E3 (or 0xF2E7E3) is unknown color: approx Wisp Pink. HEX triplet: F2, E7 and E3. RGB value is (242,231,227). Sum of RGB (Red+Green+Blue) = 242+231+227=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 231 (90.62% from 255 or 33% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7E3 is #0D181C. Grayscale: #E9E9E9. Windows color (decimal): -858141 or 14936050. OLE color: 14936050.

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

Color convert

RGB242231227-
CMYK00.050.060.05
HSL16º36.59%91.96%-
HSV(B)16º6.2%94.9%-
XYZ79.0681.5884.25-
YUV233.83124.14133.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.57%
GREEN value IS 231 (90.62% from 255) = 33%
BLUE value IS 227 (89.06% from 255) = 32.43%
R=34.57%
G=33%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223122700.050.060.051636.5991.96
HexF2E7E3056510255c
Octal36234734305652045134
Binary1111001011100111111000110101110101100001001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E7E3; }

 p { color: rgb(242,231,227); }

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

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

 a { background-color: rgb(242,231,227); }

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

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

 span { border-color: rgb(242,231,227); }

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