#F5AAC3

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

Shades of Cupid #F5AAC3

Tints of Cupid #F5AAC3

Color information

#F5AAC3 (or 0xF5AAC3) is unknown color: approx Cupid. HEX triplet: F5, AA and C3. RGB value is (245,170,195). Sum of RGB (Red+Green+Blue) = 245+170+195=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AAC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AAC3 is #0A553C. Grayscale: #C3C3C3. Windows color (decimal): -677181 or 12823285. OLE color: 12823285.

HSL color Cylindrical-coordinate representation of color #F5AAC3: hue angle of 340º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AAC3 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB245170195-
CMYK00.310.200.04
HSL340º78.95%81.37%-
HSV(B)340º30.61%96.08%-
XYZ61.8852.158.42-
YUV195.27127.85163.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 170 (66.80% from 255) = 27.87%
BLUE value IS 195 (76.56% from 255) = 31.97%
R=40.16%
G=27.87%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517019500.310.200.0434078.9581.37
HexF5AAC301F1441544f51
Octal365252303037244524117121
Binary1111010110101010110000110111111010010010101010010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AAC3; }

 p { color: rgb(245,170,195); }

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

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

 a { background-color: rgb(245,170,195); }

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

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

 span { border-color: rgb(245,170,195); }

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