Html Css Color HEX #EFE1D9 Fair Pink

📋 copy color: '#EFE1D9'

red 239 ◦ green 225 ◦ blue 217

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

Shades of Fair Pink #EFE1D9

Tints of Fair Pink #EFE1D9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.04%

 BLUE value IS 217 (85.16% from 255) = 31.86%

R = 35.1%
G = 33.04%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFE1D9 (or 0xEFE1D9) is known color: Fair Pink. HEX triplet: EF, E1 and D9. RGB value is (239,225,217). Sum of RGB (Red+Green+Blue) = 239+225+217=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 217 (85.16% from 255 or 31.86% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1D9 is #101E26. Grayscale: #E4E4E4. Windows color (decimal): -1056295 or 14279151. OLE color: 14279151.

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

Color convert

RGB 239 225 217 -
CMYK 0 0.06 0.09 0.06
HSL 21.82º 0.41% 0.89% -
HSV(B) 21.82º 0.09% 0.94% -
XYZ 75.05 77.21 76.59 -
YUV 228.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 239 225 217 0 0.06 0.09 0.06 21.82 0.41 0.89
Hex EF E1 D9 0 6 9 6 16 29 59
Octal 357 341 331 0 6 11 6 26 51 131
Binary 11101111 11100001 11011001 0 110 1001 110 10110 101001 1011001

Color Harmonies of #EFE1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1D9

Black with #EFE1D9

Text Example


Text Example

White with #EFE1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1D9; }

 p { color: rgb(239,225,217); }

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

background-color css

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

 a { background-color: rgb(239,225,217); }

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

border-color css

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

 span { border-color: rgb(239,225,217); }

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