#EFE4DE

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

Shades of Fair Pink #EFE4DE

Tints of Fair Pink #EFE4DE

Color information

#EFE4DE (or 0xEFE4DE) is unknown color: approx Fair Pink. HEX triplet: EF, E4 and DE. RGB value is (239,228,222). Sum of RGB (Red+Green+Blue) = 239+228+222=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4DE is #101B21. Grayscale: #E6E6E6. Windows color (decimal): -1055522 or 14607599. OLE color: 14607599.

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

Color convert

RGB239228222-
CMYK00.050.070.06
HSL21.18º34.69%90.39%-
HSV(B)21.18º7.11%93.73%-
XYZ76.5279.1180.34-
YUV230.6123.14133.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 228 (89.45% from 255) = 33.09%
BLUE value IS 222 (87.11% from 255) = 32.22%
R=34.69%
G=33.09%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922822200.050.070.0621.1834.6990.39
HexEFE4DE057615235a
Octal35734433605762543132
Binary1110111111100100110111100101111110101011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4DE; }

 p { color: rgb(239,228,222); }

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

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

 a { background-color: rgb(239,228,222); }

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

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

 span { border-color: rgb(239,228,222); }

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