#F9EDEB

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

Shades of Wisp Pink #F9EDEB

Tints of Wisp Pink #F9EDEB

Color information

#F9EDEB (or 0xF9EDEB) is unknown color: approx Wisp Pink. HEX triplet: F9, ED and EB. RGB value is (249,237,235). Sum of RGB (Red+Green+Blue) = 249+237+235=721 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.54% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 235 (92.19% from 255 or 32.59% from 721); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EDEB is #061214. Grayscale: #F0F0F0. Windows color (decimal): -397845 or 15461881. OLE color: 15461881.

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

Color convert

RGB249237235-
CMYK00.050.060.02
HSL8.57º53.85%94.9%-
HSV(B)8.57º5.62%97.65%-
XYZ84.3586.7190.89-
YUV240.36124.98134.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.54%
GREEN value IS 237 (92.97% from 255) = 32.87%
BLUE value IS 235 (92.19% from 255) = 32.59%
R=34.54%
G=32.87%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923723500.050.060.028.5753.8594.9
HexF9EDEB05629365f
Octal37135535305621166137
Binary11111001111011011110101101011101010011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EDEB; }

 p { color: rgb(249,237,235); }

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

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

 a { background-color: rgb(249,237,235); }

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

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

 span { border-color: rgb(249,237,235); }

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