#EFE2DB

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

Shades of Fair Pink #EFE2DB

Tints of Fair Pink #EFE2DB

Color information

#EFE2DB (or 0xEFE2DB) is unknown color: approx Fair Pink. HEX triplet: EF, E2 and DB. RGB value is (239,226,219). Sum of RGB (Red+Green+Blue) = 239+226+219=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2DB is #101D24. Grayscale: #E5E5E5. Windows color (decimal): -1056037 or 14410479. OLE color: 14410479.

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

Color convert

RGB239226219-
CMYK00.050.080.06
HSL21º38.46%89.8%-
HSV(B)21º8.37%93.73%-
XYZ75.5877.8678.06-
YUV229.09122.31135.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 226 (88.67% from 255) = 33.04%
BLUE value IS 219 (85.94% from 255) = 32.02%
R=34.94%
G=33.04%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922621900.050.080.062138.4689.8
HexEFE2DB058615265a
Octal357342333051062546132
Binary11101111111000101101101101011000110101011001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE2DB; }

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

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

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

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

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

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

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

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