#F5E7DF

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

Shades of Fair Pink #F5E7DF

Tints of Fair Pink #F5E7DF

Color information

#F5E7DF (or 0xF5E7DF) is unknown color: approx Fair Pink. HEX triplet: F5, E7 and DF. RGB value is (245,231,223). Sum of RGB (Red+Green+Blue) = 245+231+223=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 231 (90.62% from 255 or 33.05% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E7DF is #0A1820. Grayscale: #EAEAEA. Windows color (decimal): -661537 or 14673909. OLE color: 14673909.

HSL color Cylindrical-coordinate representation of color #F5E7DF: hue angle of 21.82º degrees, saturation: 0.52, 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 #F5E7DF is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245231223-
CMYK00.060.090.04
HSL21.82º52.38%91.76%-
HSV(B)21.82º8.98%96.08%-
XYZ79.5581.8981.43-
YUV234.27121.64135.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.05%
GREEN value IS 231 (90.62% from 255) = 33.05%
BLUE value IS 223 (87.5% from 255) = 31.90%
R=35.05%
G=33.05%
B=31.90%

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
Decimal24523122300.060.090.0421.8252.3891.76
HexF5E7DF069416345c
Octal365347337061142664134
Binary11110101111001111101111101101001100101101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E7DF; }

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

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

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

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

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

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

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

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