#EFE5E0

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

Shades of Fair Pink #EFE5E0

Tints of Fair Pink #EFE5E0

Color information

#EFE5E0 (or 0xEFE5E0) is unknown color: approx Fair Pink. HEX triplet: EF, E5 and E0. RGB value is (239,229,224). Sum of RGB (Red+Green+Blue) = 239+229+224=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 224 (87.89% from 255 or 32.37% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5E0 is #101A1F. Grayscale: #E7E7E7. Windows color (decimal): -1055264 or 14738927. OLE color: 14738927.

HSL color Cylindrical-coordinate representation of color #EFE5E0: hue angle of 20º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFE5E0 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB239229224-
CMYK00.040.060.06
HSL20º31.91%90.78%-
HSV(B)20º6.28%93.73%-
XYZ77.0779.7781.86-
YUV231.42123.81133.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.54%
GREEN value IS 229 (89.84% from 255) = 33.09%
BLUE value IS 224 (87.89% from 255) = 32.37%
R=34.54%
G=33.09%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922922400.040.060.062031.9190.78
HexEFE5E0046614205b
Octal35734534004662440133
Binary1110111111100101111000000100110110101001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5E0; }

 p { color: rgb(239,229,224); }

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

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

 a { background-color: rgb(239,229,224); }

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

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

 span { border-color: rgb(239,229,224); }

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