Html Css Color HEX #EFE5E0 Fair Pink

📋 copy color: '#EFE5E0'

red 239 ◦ green 229 ◦ blue 224

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

Shades of Fair Pink #EFE5E0

Tints of Fair Pink #EFE5E0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.09%

 BLUE value IS 224 (87.89% from 255) = 32.37%

R = 34.54%
G = 33.09%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFE5E0 (or 0xEFE5E0) is known color: Fair Pink. HEX triplet: EF, E5 and E0. RGB value is (239,229,224). Sum of RGB (Red+Green+Blue) = 239+229+224=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 224 (87.89% from 255 or 32.37% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5E0 is #101A1F. Grayscale: #E7E7E7. Windows color (decimal): -1055264 or 14738927. OLE color: 14738927.

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

Color convert

RGB 239 229 224 -
CMYK 0 0.04 0.06 0.06
HSL 20º 0.32% 0.91% -
HSV(B) 20º 0.06% 0.94% -
XYZ 77.07 79.77 81.86 -
YUV 231.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 239 229 224 0 0.04 0.06 0.06 20 0.32 0.91
Hex EF E5 E0 0 4 6 6 14 20 5B
Octal 357 345 340 0 4 6 6 24 40 133
Binary 11101111 11100101 11100000 0 100 110 110 10100 100000 1011011

Color Harmonies of #EFE5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5E0

Black with #EFE5E0

Text Example


Text Example

White with #EFE5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5E0; }

 p { color: rgb(239,229,224); }

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

background-color css

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

 a { background-color: rgb(239,229,224); }

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

border-color css

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

 span { border-color: rgb(239,229,224); }

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