#F7EDEB

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

Shades of Wisp Pink #F7EDEB

Tints of Wisp Pink #F7EDEB

Color information

#F7EDEB (or 0xF7EDEB) is unknown color: approx Wisp Pink. HEX triplet: F7, ED and EB. RGB value is (247,237,235). Sum of RGB (Red+Green+Blue) = 247+237+235=719 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.35% from 719); Green value is 237 (92.97% from 255 or 32.96% from 719); Blue value is 235 (92.19% from 255 or 32.68% from 719); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EDEB is #081214. Grayscale: #EFEFEF. Windows color (decimal): -528917 or 15461879. OLE color: 15461879.

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

Color convert

RGB247237235-
CMYK00.040.050.03
HSL10º42.86%94.51%-
HSV(B)10º4.86%96.86%-
XYZ83.6486.3490.85-
YUV239.76125.31133.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.35%
GREEN value IS 237 (92.97% from 255) = 32.96%
BLUE value IS 235 (92.19% from 255) = 32.68%
R=34.35%
G=32.96%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723723500.040.050.031042.8694.51
HexF7EDEB0453a2b5f
Octal36735535304531253137
Binary11110111111011011110101101001011110101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDEB; }

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

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

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

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

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

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

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

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