#EFE2DA

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

Shades of Fair Pink #EFE2DA

Tints of Fair Pink #EFE2DA

Color information

#EFE2DA (or 0xEFE2DA) is unknown color: approx Fair Pink. HEX triplet: EF, E2 and DA. RGB value is (239,226,218). Sum of RGB (Red+Green+Blue) = 239+226+218=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2DA is #101D25. Grayscale: #E5E5E5. Windows color (decimal): -1056038 or 14344943. OLE color: 14344943.

HSL color Cylindrical-coordinate representation of color #EFE2DA: hue angle of 22.86º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFE2DA is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239226218-
CMYK00.050.090.06
HSL22.86º39.62%89.61%-
HSV(B)22.86º8.79%93.73%-
XYZ75.4577.8177.37-
YUV228.98121.81135.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 226 (88.67% from 255) = 33.09%
BLUE value IS 218 (85.55% from 255) = 31.92%
R=34.99%
G=33.09%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922621800.050.090.0622.8639.6289.61
HexEFE2DA059617285a
Octal357342332051162750132
Binary11101111111000101101101001011001110101111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2DA; }

 p { color: rgb(239,226,218); }

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

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

 a { background-color: rgb(239,226,218); }

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

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

 span { border-color: rgb(239,226,218); }

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