#FEAFC6

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

Shades of Cupid #FEAFC6

Tints of Cupid #FEAFC6

Color information

#FEAFC6 (or 0xFEAFC6) is unknown color: approx Cupid. HEX triplet: FE, AF and C6. RGB value is (254,175,198). Sum of RGB (Red+Green+Blue) = 254+175+198=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFC6 is #015039. Grayscale: #C9C9C9. Windows color (decimal): -86074 or 13021182. OLE color: 13021182.

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

Color convert

RGB254175198-
CMYK00.310.220.00
HSL342.53º97.53%84.12%-
HSV(B)342.53º31.1%99.61%-
XYZ66.455.8160.7-
YUV201.24126.17165.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 198 (77.73% from 255) = 31.58%
R=40.51%
G=27.91%
B=31.58%

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
Decimal25417519800.310.220.00342.5397.5384.12
HexFEAFC601F1601576254
Octal376257306037260527142124
Binary11111110101011111100011001111110110010101011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFC6; }

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

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

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

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

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

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

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

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