Html Css Color HEX #EFE4DD Fair Pink

📋 copy color: '#EFE4DD'

red 239 ◦ green 228 ◦ blue 221

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

Shades of Fair Pink #EFE4DD

Tints of Fair Pink #EFE4DD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.14%

 BLUE value IS 221 (86.72% from 255) = 32.12%

R = 34.74%
G = 33.14%
B = 32.12%

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

#EFE4DD (or 0xEFE4DD) is known color: Fair Pink. HEX triplet: EF, E4 and DD. RGB value is (239,228,221). Sum of RGB (Red+Green+Blue) = 239+228+221=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4DD is #101B22. Grayscale: #E6E6E6. Windows color (decimal): -1055523 or 14542063. OLE color: 14542063.

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

Color convert

RGB 239 228 221 -
CMYK 0 0.05 0.08 0.06
HSL 23.33º 0.36% 0.9% -
HSV(B) 23.33º 0.08% 0.94% -
XYZ 76.39 79.06 79.64 -
YUV 230.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 239 228 221 0 0.05 0.08 0.06 23.33 0.36 0.9
Hex EF E4 DD 0 5 8 6 17 24 5A
Octal 357 344 335 0 5 10 6 27 44 132
Binary 11101111 11100100 11011101 0 101 1000 110 10111 100100 1011010

Color Harmonies of #EFE4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4DD

Black with #EFE4DD

Text Example


Text Example

White with #EFE4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4DD; }

 p { color: rgb(239,228,221); }

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

background-color css

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

 a { background-color: rgb(239,228,221); }

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

border-color css

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

 span { border-color: rgb(239,228,221); }

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