#F5E7DE

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

Shades of Fair Pink #F5E7DE

Tints of Fair Pink #F5E7DE

Color information

#F5E7DE (or 0xF5E7DE) is unknown color: approx Fair Pink. HEX triplet: F5, E7 and DE. RGB value is (245,231,222). Sum of RGB (Red+Green+Blue) = 245+231+222=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 231 (90.62% from 255 or 33.09% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E7DE is #0A1821. Grayscale: #EAEAEA. Windows color (decimal): -661538 or 14608373. OLE color: 14608373.

HSL color Cylindrical-coordinate representation of color #F5E7DE: hue angle of 23.48º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E7DE is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245231222-
CMYK00.060.090.04
HSL23.48º53.49%91.57%-
HSV(B)23.48º9.39%96.08%-
XYZ79.4281.8480.72-
YUV234.16121.14135.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.10%
GREEN value IS 231 (90.62% from 255) = 33.09%
BLUE value IS 222 (87.11% from 255) = 31.81%
R=35.10%
G=33.09%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523122200.060.090.0423.4853.4991.57
HexF5E7DE069417355c
Octal365347336061142765134
Binary11110101111001111101111001101001100101111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E7DE; }

 p { color: rgb(245,231,222); }

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

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

 a { background-color: rgb(245,231,222); }

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

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

 span { border-color: rgb(245,231,222); }

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