#FEA6BC

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

Shades of Cupid #FEA6BC

Tints of Cupid #FEA6BC

Color information

#FEA6BC (or 0xFEA6BC) is unknown color: approx Cupid. HEX triplet: FE, A6 and BC. RGB value is (254,166,188). Sum of RGB (Red+Green+Blue) = 254+166+188=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6BC is #015943. Grayscale: #C2C2C2. Windows color (decimal): -88388 or 12363518. OLE color: 12363518.

HSL color Cylindrical-coordinate representation of color #FEA6BC: hue angle of 345º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA6BC is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB254166188-
CMYK00.350.260.00
HSL345º97.78%82.35%-
HSV(B)345º34.65%99.61%-
XYZ63.5951.9754.26-
YUV194.82124.15170.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 166 (65.23% from 255) = 27.30%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=41.78%
G=27.30%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416618800.350.260.0034597.7882.35
HexFEA6BC0231A01596252
Octal376246274043320531142122
Binary111111101010011010111100010001111010010101100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA6BC; }

 p { color: rgb(254,166,188); }

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

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

 a { background-color: rgb(254,166,188); }

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

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

 span { border-color: rgb(254,166,188); }

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