Html Css Color HEX #EFE2DA Fair Pink

📋 copy color: '#EFE2DA'

red 239 ◦ green 226 ◦ blue 218

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

Shades of Fair Pink #EFE2DA

Tints of Fair Pink #EFE2DA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.09%

 BLUE value IS 218 (85.55% from 255) = 31.92%

R = 34.99%
G = 33.09%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFE2DA (or 0xEFE2DA) is known color: Fair Pink. HEX triplet: EF, E2 and DA. RGB value is (239,226,218). Sum of RGB (Red+Green+Blue) = 239+226+218=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2DA is #101D25. Grayscale: #E5E5E5. Windows color (decimal): -1056038 or 14344943. OLE color: 14344943.

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

Color convert

RGB 239 226 218 -
CMYK 0 0.05 0.09 0.06
HSL 22.86º 0.4% 0.9% -
HSV(B) 22.86º 0.09% 0.94% -
XYZ 75.45 77.81 77.37 -
YUV 228.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 239 226 218 0 0.05 0.09 0.06 22.86 0.4 0.9
Hex EF E2 DA 0 5 9 6 17 28 5A
Octal 357 342 332 0 5 11 6 27 50 132
Binary 11101111 11100010 11011010 0 101 1001 110 10111 101000 1011010

Color Harmonies of #EFE2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2DA

Black with #EFE2DA

Text Example


Text Example

White with #EFE2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2DA; }

 p { color: rgb(239,226,218); }

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

background-color css

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

 a { background-color: rgb(239,226,218); }

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

border-color css

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

 span { border-color: rgb(239,226,218); }

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