#EFAFBD

Color #EFAFBD Cupid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cupid #EFAFBD

Tints of Cupid #EFAFBD

Color information

#EFAFBD (or 0xEFAFBD) is unknown color: approx Cupid. HEX triplet: EF, AF and BD. RGB value is (239,175,189). Sum of RGB (Red+Green+Blue) = 239+175+189=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFBD is #105042. Grayscale: #C3C3C3. Windows color (decimal): -1069123 or 12431343. OLE color: 12431343.

HSL color Cylindrical-coordinate representation of color #EFAFBD: hue angle of 346.88º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFBD is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239175189-
CMYK00.270.210.06
HSL346.88º66.67%81.18%-
HSV(B)346.88º26.78%93.73%-
XYZ60.1152.6855.15-
YUV195.73124.2158.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=39.64%
G=29.02%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917518900.270.210.06346.8866.6781.18
HexEFAFBD01B15615b4351
Octal357257275033256533103121
Binary1110111110101111101111010110111010111010101101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFBD; }

 p { color: rgb(239,175,189); }

 H1.HeaderClassName
 {
   color: #EFAFBD;
 }
 .AnyTagClassName
 {
   color: #EFAFBD;
 }
</style>
background-color css

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

 a { background-color: rgb(239,175,189); }

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

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

 span { border-color: rgb(239,175,189); }

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