Html Css Color HEX #EFE2DB Fair Pink

📋 copy color: '#EFE2DB'

red 239 ◦ green 226 ◦ blue 219

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

Shades of Fair Pink #EFE2DB

Tints of Fair Pink #EFE2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.02%

R = 34.94%
G = 33.04%
B = 32.02%

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

#EFE2DB (or 0xEFE2DB) is known color: Fair Pink. HEX triplet: EF, E2 and DB. RGB value is (239,226,219). Sum of RGB (Red+Green+Blue) = 239+226+219=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2DB is #101D24. Grayscale: #E5E5E5. Windows color (decimal): -1056037 or 14410479. OLE color: 14410479.

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

Color convert

RGB 239 226 219 -
CMYK 0 0.05 0.08 0.06
HSL 21º 0.38% 0.9% -
HSV(B) 21º 0.08% 0.94% -
XYZ 75.58 77.86 78.06 -
YUV 229.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 239 226 219 0 0.05 0.08 0.06 21 0.38 0.9
Hex EF E2 DB 0 5 8 6 15 26 5A
Octal 357 342 333 0 5 10 6 25 46 132
Binary 11101111 11100010 11011011 0 101 1000 110 10101 100110 1011010

Color Harmonies of #EFE2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2DB

Black with #EFE2DB

Text Example


Text Example

White with #EFE2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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