#EFE4DF

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

Shades of Fair Pink #EFE4DF

Tints of Fair Pink #EFE4DF

Color information

#EFE4DF (or 0xEFE4DF) is unknown color: approx Fair Pink. HEX triplet: EF, E4 and DF. RGB value is (239,228,223). Sum of RGB (Red+Green+Blue) = 239+228+223=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 228 (89.45% from 255 or 33.04% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4DF is #101B20. Grayscale: #E6E6E6. Windows color (decimal): -1055521 or 14673135. OLE color: 14673135.

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

Color convert

RGB239228223-
CMYK00.050.070.06
HSL18.75º33.33%90.59%-
HSV(B)18.75º6.69%93.73%-
XYZ76.6679.1781.05-
YUV230.72123.64133.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 228 (89.45% from 255) = 33.04%
BLUE value IS 223 (87.5% from 255) = 32.32%
R=34.64%
G=33.04%
B=32.32%

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
Decimal23922822300.050.070.0618.7533.3390.59
HexEFE4DF057613215b
Octal35734433705762341133
Binary1110111111100100110111110101111110100111000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4DF; }

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

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

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

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

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

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

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

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