#EEE5E1

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

Shades of Fair Pink #EEE5E1

Tints of Fair Pink #EEE5E1

Color information

#EEE5E1 (or 0xEEE5E1) is unknown color: approx Fair Pink. HEX triplet: EE, E5 and E1. RGB value is (238,229,225). Sum of RGB (Red+Green+Blue) = 238+229+225=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 225 (88.28% from 255 or 32.51% from 692); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5E1 is #111A1E. Grayscale: #E7E7E7. Windows color (decimal): -1120799 or 14804462. OLE color: 14804462.

HSL color Cylindrical-coordinate representation of color #EEE5E1: hue angle of 18.46º degrees, saturation: 0.28, 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 #EEE5E1 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238229225-
CMYK00.040.050.07
HSL18.46º27.66%90.78%-
HSV(B)18.46º5.46%93.33%-
XYZ76.8779.6582.56-
YUV231.24124.48132.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.39%
GREEN value IS 229 (89.84% from 255) = 33.09%
BLUE value IS 225 (88.28% from 255) = 32.51%
R=34.39%
G=33.09%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822922500.040.050.0718.4627.6690.78
HexEEE5E10457121c5b
Octal35634534104572234133
Binary111011101110010111100001010010111110010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5E1; }

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

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

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

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

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

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

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

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