#FEAFC8

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

Shades of Cupid #FEAFC8

Tints of Cupid #FEAFC8

Color information

#FEAFC8 (or 0xFEAFC8) is unknown color: approx Cupid. HEX triplet: FE, AF and C8. RGB value is (254,175,200). Sum of RGB (Red+Green+Blue) = 254+175+200=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFC8 is #015037. Grayscale: #C9C9C9. Windows color (decimal): -86072 or 13152254. OLE color: 13152254.

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

Color convert

RGB254175200-
CMYK00.310.210.00
HSL341.01º97.53%84.12%-
HSV(B)341.01º31.1%99.61%-
XYZ66.6355.961.92-
YUV201.47127.17165.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=40.38%
G=27.82%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417520000.310.210.00341.0197.5384.12
HexFEAFC801F1501556254
Octal376257310037250525142124
Binary11111110101011111100100001111110101010101010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFC8; }

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

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

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

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

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

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

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

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