#F5ACC4

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

Shades of Cupid #F5ACC4

Tints of Cupid #F5ACC4

Color information

#F5ACC4 (or 0xF5ACC4) is unknown color: approx Cupid. HEX triplet: F5, AC and C4. RGB value is (245,172,196). Sum of RGB (Red+Green+Blue) = 245+172+196=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACC4 is #0A533B. Grayscale: #C4C4C4. Windows color (decimal): -676668 or 12889333. OLE color: 12889333.

HSL color Cylindrical-coordinate representation of color #F5ACC4: hue angle of 340.27º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACC4 is Cyan = 0, Magento = 0.30, Yellow = 0.2 and Black (K on CMYK) = 0.04.

Color convert

RGB245172196-
CMYK00.300.20.04
HSL340.27º78.49%81.76%-
HSV(B)340.27º29.8%96.08%-
XYZ62.3752.959.15-
YUV196.56127.68162.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.97%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=39.97%
G=28.06%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.2
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517219600.300.20.04340.2778.4981.76
HexF5ACC401E1441544e52
Octal365254304036244524116122
Binary1111010110101100110001000111101010010010101010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACC4; }

 p { color: rgb(245,172,196); }

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

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

 a { background-color: rgb(245,172,196); }

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

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

 span { border-color: rgb(245,172,196); }

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