#FEADC5

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

Shades of Cupid #FEADC5

Tints of Cupid #FEADC5

Color information

#FEADC5 (or 0xFEADC5) is unknown color: approx Cupid. HEX triplet: FE, AD and C5. RGB value is (254,173,197). Sum of RGB (Red+Green+Blue) = 254+173+197=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADC5 is #01523A. Grayscale: #C7C7C7. Windows color (decimal): -86587 or 12955134. OLE color: 12955134.

HSL color Cylindrical-coordinate representation of color #FEADC5: hue angle of 342.22º 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 #FEADC5 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB254173197-
CMYK00.320.220.00
HSL342.22º97.59%83.73%-
HSV(B)342.22º31.89%99.61%-
XYZ65.8954.9959.96-
YUV199.96126.34166.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 197 (77.34% from 255) = 31.57%
R=40.71%
G=27.72%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417319700.320.220.00342.2297.5983.73
HexFEADC50201601566254
Octal376255305040260526142124
Binary111111101010110111000101010000010110010101011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADC5; }

 p { color: rgb(254,173,197); }

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

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

 a { background-color: rgb(254,173,197); }

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

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

 span { border-color: rgb(254,173,197); }

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