#FEACC1

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

Shades of Cupid #FEACC1

Tints of Cupid #FEACC1

Color information

#FEACC1 (or 0xFEACC1) is unknown color: approx Cupid. HEX triplet: FE, AC and C1. RGB value is (254,172,193). Sum of RGB (Red+Green+Blue) = 254+172+193=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACC1 is #01533E. Grayscale: #C6C6C6. Windows color (decimal): -86847 or 12692734. OLE color: 12692734.

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

Color convert

RGB254172193-
CMYK00.320.240.00
HSL344.63º97.62%83.53%-
HSV(B)344.63º32.28%99.61%-
XYZ65.2554.4357.52-
YUV198.91124.67167.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 193 (75.78% from 255) = 31.18%
R=41.03%
G=27.79%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417219300.320.240.00344.6397.6283.53
HexFEACC10201801596254
Octal376254301040300531142124
Binary111111101010110011000001010000011000010101100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACC1; }

 p { color: rgb(254,172,193); }

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

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

 a { background-color: rgb(254,172,193); }

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

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

 span { border-color: rgb(254,172,193); }

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