#EDE5E1

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

Shades of Fair Pink #EDE5E1

Tints of Fair Pink #EDE5E1

Color information

#EDE5E1 (or 0xEDE5E1) is unknown color: approx Fair Pink. HEX triplet: ED, E5 and E1. RGB value is (237,229,225). Sum of RGB (Red+Green+Blue) = 237+229+225=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 225 (88.28% from 255 or 32.56% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5E1 is #121A1E. Grayscale: #E6E6E6. Windows color (decimal): -1186335 or 14804461. OLE color: 14804461.

HSL color Cylindrical-coordinate representation of color #EDE5E1: hue angle of 20º degrees, saturation: 0.25, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE5E1 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB237229225-
CMYK00.030.050.07
HSL20º25%90.59%-
HSV(B)20º5.06%92.94%-
XYZ76.5379.4882.54-
YUV230.94124.65132.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 229 (89.84% from 255) = 33.14%
BLUE value IS 225 (88.28% from 255) = 32.56%
R=34.30%
G=33.14%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722922500.030.050.07202590.59
HexEDE5E1035714195b
Octal35534534103572431133
Binary11101101111001011110000101110111110100110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5E1; }

 p { color: rgb(237,229,225); }

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

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

 a { background-color: rgb(237,229,225); }

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

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

 span { border-color: rgb(237,229,225); }

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