#FFAFC5

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

Shades of Cupid #FFAFC5

Tints of Cupid #FFAFC5

Color information

#FFAFC5 (or 0xFFAFC5) is unknown color: approx Cupid. HEX triplet: FF, AF and C5. RGB value is (255,175,197). Sum of RGB (Red+Green+Blue) = 255+175+197=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFC5 is #00503A. Grayscale: #C9C9C9. Windows color (decimal): -20539 or 12955647. OLE color: 12955647.

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

Color convert

RGB255175197-
CMYK00.310.230
HSL343.5º100%84.31%-
HSV(B)343.5º31.37%100%-
XYZ66.6555.9560.11-
YUV201.43125.5166.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 197 (77.34% from 255) = 31.42%
R=40.67%
G=27.91%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517519700.310.230343.510084.31
HexFFAFC501F1701586454
Octal377257305037270530144124
Binary11111111101011111100010101111110111010101100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFC5; }

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

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

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

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

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

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

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

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