#FEAFC7

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

Shades of Cupid #FEAFC7

Tints of Cupid #FEAFC7

Color information

#FEAFC7 (or 0xFEAFC7) is unknown color: approx Cupid. HEX triplet: FE, AF and C7. RGB value is (254,175,199). Sum of RGB (Red+Green+Blue) = 254+175+199=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFC7 is #015038. Grayscale: #C9C9C9. Windows color (decimal): -86073 or 13086718. OLE color: 13086718.

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

Color convert

RGB254175199-
CMYK00.310.220.00
HSL341.77º97.53%84.12%-
HSV(B)341.77º31.1%99.61%-
XYZ66.5155.8561.31-
YUV201.36126.67165.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.45%
GREEN value IS 175 (68.75% from 255) = 27.87%
BLUE value IS 199 (78.12% from 255) = 31.69%
R=40.45%
G=27.87%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417519900.310.220.00341.7797.5384.12
HexFEAFC701F1601566254
Octal376257307037260526142124
Binary11111110101011111100011101111110110010101011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFC7; }

 p { color: rgb(254,175,199); }

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

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

 a { background-color: rgb(254,175,199); }

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

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

 span { border-color: rgb(254,175,199); }

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