#F1ACC3

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

Shades of Cupid #F1ACC3

Tints of Cupid #F1ACC3

Color information

#F1ACC3 (or 0xF1ACC3) is unknown color: approx Cupid. HEX triplet: F1, AC and C3. RGB value is (241,172,195). Sum of RGB (Red+Green+Blue) = 241+172+195=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACC3 is #0E533C. Grayscale: #C3C3C3. Windows color (decimal): -938813 or 12823793. OLE color: 12823793.

HSL color Cylindrical-coordinate representation of color #F1ACC3: hue angle of 340º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ACC3 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB241172195-
CMYK00.290.190.05
HSL340º71.13%80.98%-
HSV(B)340º28.63%94.51%-
XYZ60.8852.1558.49-
YUV195.25127.86160.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 195 (76.56% from 255) = 32.07%
R=39.64%
G=28.29%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117219500.290.190.0534071.1380.98
HexF1ACC301D1351544751
Octal361254303035235524107121
Binary1111000110101100110000110111011001110110101010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACC3; }

 p { color: rgb(241,172,195); }

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

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

 a { background-color: rgb(241,172,195); }

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

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

 span { border-color: rgb(241,172,195); }

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