#FFAFC3

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

Shades of Cupid #FFAFC3

Tints of Cupid #FFAFC3

Color information

#FFAFC3 (or 0xFFAFC3) is unknown color: approx Cupid. HEX triplet: FF, AF and C3. RGB value is (255,175,195). Sum of RGB (Red+Green+Blue) = 255+175+195=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFC3 is #00503C. Grayscale: #C9C9C9. Windows color (decimal): -20541 or 12824575. OLE color: 12824575.

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

Color convert

RGB255175195-
CMYK00.310.240
HSL345º100%84.31%-
HSV(B)345º31.37%100%-
XYZ66.4255.8658.91-
YUV201.2124.5166.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 195 (76.56% from 255) = 31.2%
R=40.8%
G=28%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517519500.310.24034510084.31
HexFFAFC301F1801596454
Octal377257303037300531144124
Binary11111111101011111100001101111111000010101100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFC3; }

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

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

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

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

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

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

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

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