#F9EAE4

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

Shades of Wisp Pink #F9EAE4

Tints of Wisp Pink #F9EAE4

Color information

#F9EAE4 (or 0xF9EAE4) is unknown color: approx Wisp Pink. HEX triplet: F9, EA and E4. RGB value is (249,234,228). Sum of RGB (Red+Green+Blue) = 249+234+228=711 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.02% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 228 (89.45% from 255 or 32.07% from 711); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EAE4 is #06151B. Grayscale: #EDEDED. Windows color (decimal): -398620 or 15002361. OLE color: 15002361.

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

Color convert

RGB249234228-
CMYK00.060.080.02
HSL17.14º63.64%93.53%-
HSV(B)17.14º8.43%97.65%-
XYZ82.4984.5985.38-
YUV237.8122.47135.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.02%
GREEN value IS 234 (91.80% from 255) = 32.91%
BLUE value IS 228 (89.45% from 255) = 32.07%
R=35.02%
G=32.91%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923422800.060.080.0217.1463.6493.53
HexF9EAE4068211405e
Octal3713523440610221100136
Binary11111001111010101110010001101000101000110000001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EAE4; }

 p { color: rgb(249,234,228); }

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

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

 a { background-color: rgb(249,234,228); }

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

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

 span { border-color: rgb(249,234,228); }

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