#FFAFC7

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

Shades of Cupid #FFAFC7

Tints of Cupid #FFAFC7

Color information

#FFAFC7 (or 0xFFAFC7) is unknown color: approx Cupid. HEX triplet: FF, AF and C7. RGB value is (255,175,199). Sum of RGB (Red+Green+Blue) = 255+175+199=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFC7 is #005038. Grayscale: #C9C9C9. Windows color (decimal): -20537 or 13086719. OLE color: 13086719.

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

Color convert

RGB255175199-
CMYK00.310.220
HSL342º100%84.31%-
HSV(B)342º31.37%100%-
XYZ66.8856.0461.33-
YUV201.66126.5166.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 199 (78.12% from 255) = 31.64%
R=40.54%
G=27.82%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517519900.310.22034210084.31
HexFFAFC701F1601566454
Octal377257307037260526144124
Binary11111111101011111100011101111110110010101011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFC7; }

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

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

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

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

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

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

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

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