#FFAFC6

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

Shades of Cupid #FFAFC6

Tints of Cupid #FFAFC6

Color information

#FFAFC6 (or 0xFFAFC6) is unknown color: approx Cupid. HEX triplet: FF, AF and C6. RGB value is (255,175,198). Sum of RGB (Red+Green+Blue) = 255+175+198=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFC6 is #005039. Grayscale: #C9C9C9. Windows color (decimal): -20538 or 13021183. OLE color: 13021183.

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

Color convert

RGB255175198-
CMYK00.310.220
HSL342.75º100%84.31%-
HSV(B)342.75º31.37%100%-
XYZ66.765660.72-
YUV201.54126166.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 175 (68.75% from 255) = 27.87%
BLUE value IS 198 (77.73% from 255) = 31.53%
R=40.61%
G=27.87%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517519800.310.220342.7510084.31
HexFFAFC601F1601576454
Octal377257306037260527144124
Binary11111111101011111100011001111110110010101011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFC6; }

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

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

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

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

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

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

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

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