#F1EAE8

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

Shades of Wisp Pink #F1EAE8

Tints of Wisp Pink #F1EAE8

Color information

#F1EAE8 (or 0xF1EAE8) is unknown color: approx Wisp Pink. HEX triplet: F1, EA and E8. RGB value is (241,234,232). Sum of RGB (Red+Green+Blue) = 241+234+232=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 232 (91.02% from 255 or 32.81% from 707); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EAE8 is #0E1517. Grayscale: #EBEBEB. Windows color (decimal): -922904 or 15264497. OLE color: 15264497.

HSL color Cylindrical-coordinate representation of color #F1EAE8: hue angle of 13.33º degrees, saturation: 0.24, 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 #F1EAE8 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB241234232-
CMYK00.030.040.05
HSL13.33º24.32%92.75%-
HSV(B)13.33º3.73%94.51%-
XYZ80.2683.3788.21-
YUV235.86125.82131.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.09%
GREEN value IS 234 (91.80% from 255) = 33.10%
BLUE value IS 232 (91.02% from 255) = 32.81%
R=34.09%
G=33.10%
B=32.81%

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
Decimal24123423200.030.040.0513.3324.3292.75
HexF1EAE80345d185d
Octal36135235003451530135
Binary1111000111101010111010000111001011101110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAE8; }

 p { color: rgb(241,234,232); }

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

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

 a { background-color: rgb(241,234,232); }

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

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

 span { border-color: rgb(241,234,232); }

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