#FFAFC4

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

Shades of Cupid #FFAFC4

Tints of Cupid #FFAFC4

Color information

#FFAFC4 (or 0xFFAFC4) is unknown color: approx Cupid. HEX triplet: FF, AF and C4. RGB value is (255,175,196). Sum of RGB (Red+Green+Blue) = 255+175+196=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFC4 is #00503B. Grayscale: #C9C9C9. Windows color (decimal): -20540 or 12890111. OLE color: 12890111.

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

Color convert

RGB255175196-
CMYK00.310.230
HSL344.25º100%84.31%-
HSV(B)344.25º31.37%100%-
XYZ66.5355.9159.51-
YUV201.31125166.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=40.73%
G=27.96%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517519600.310.230344.2510084.31
HexFFAFC401F1701586454
Octal377257304037270530144124
Binary11111111101011111100010001111110111010101100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFC4; }

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

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

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

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

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

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

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

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