Html Css Color HEX #EFE3DC Fair Pink

📋 copy color: '#EFE3DC'

red 239 ◦ green 227 ◦ blue 220

#EFE3DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fair Pink #EFE3DC

Tints of Fair Pink #EFE3DC

RGB

 RED value IS 239 (93.75% from 255) = 34.84%

 GREEN value IS 227 (89.06% from 255) = 33.09%

 BLUE value IS 220 (86.33% from 255) = 32.07%

R = 34.84%
G = 33.09%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFE3DC (or 0xEFE3DC) is known color: Fair Pink. HEX triplet: EF, E3 and DC. RGB value is (239,227,220). Sum of RGB (Red+Green+Blue) = 239+227+220=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3DC is #101C23. Grayscale: #E5E5E5. Windows color (decimal): -1055780 or 14476271. OLE color: 14476271.

HSL color Cylindrical-coordinate representation of color #EFE3DC: hue angle of 22.11º degrees, saturation: 0.37, 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 #EFE3DC is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 227 220 -
CMYK 0 0.05 0.08 0.06
HSL 22.11º 0.37% 0.9% -
HSV(B) 22.11º 0.08% 0.94% -
XYZ 75.98 78.46 78.85 -
YUV 229.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 239 227 220 0 0.05 0.08 0.06 22.11 0.37 0.9
Hex EF E3 DC 0 5 8 6 16 25 5A
Octal 357 343 334 0 5 10 6 26 45 132
Binary 11101111 11100011 11011100 0 101 1000 110 10110 100101 1011010

Color Harmonies of #EFE3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE3DC

Black with #EFE3DC

Text Example


Text Example

White with #EFE3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE3DC; }

 p { color: rgb(239,227,220); }

 H1.HeaderClassName
 {
   color: #EFE3DC;
 }
 .AnyTagClassName
 {
   color: #EFE3DC;
 }
</style>

background-color css

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

 a { background-color: rgb(239,227,220); }

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

border-color css

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

 span { border-color: rgb(239,227,220); }

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