Html Css Color HEX #EFCACF Pink Lace

📋 copy color: '#EFCACF'

red 239 ◦ green 202 ◦ blue 207

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

Shades of Pink Lace #EFCACF

Tints of Pink Lace #EFCACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.17%

 BLUE value IS 207 (81.25% from 255) = 31.94%

R = 36.88%
G = 31.17%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFCACF (or 0xEFCACF) is known color: Pink Lace. HEX triplet: EF, CA and CF. RGB value is (239,202,207). Sum of RGB (Red+Green+Blue) = 239+202+207=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCACF is #103530. Grayscale: #D5D5D5. Windows color (decimal): -1062193 or 13617903. OLE color: 13617903.

HSL color Cylindrical-coordinate representation of color #EFCACF: hue angle of 351.89º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCACF is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 207 -
CMYK 0 0.15 0.13 0.06
HSL 351.89º 0.54% 0.86% -
HSV(B) 351.89º 0.15% 0.94% -
XYZ 67.98 65.1 68.01 -
YUV 213.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 239 202 207 0 0.15 0.13 0.06 351.89 0.54 0.86
Hex EF CA CF 0 F D 6 160 36 56
Octal 357 312 317 0 17 15 6 540 66 126
Binary 11101111 11001010 11001111 0 1111 1101 110 101100000 110110 1010110

Color Harmonies of #EFCACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCACF

Black with #EFCACF

Text Example


Text Example

White with #EFCACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCACF; }

 p { color: rgb(239,202,207); }

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

background-color css

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

 a { background-color: rgb(239,202,207); }

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

border-color css

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

 span { border-color: rgb(239,202,207); }

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