#F1ACC7

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

Shades of Cupid #F1ACC7

Tints of Cupid #F1ACC7

Color information

#F1ACC7 (or 0xF1ACC7) is unknown color: approx Cupid. HEX triplet: F1, AC and C7. RGB value is (241,172,199). Sum of RGB (Red+Green+Blue) = 241+172+199=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACC7 is #0E5338. Grayscale: #C3C3C3. Windows color (decimal): -938809 or 13085937. OLE color: 13085937.

HSL color Cylindrical-coordinate representation of color #F1ACC7: hue angle of 336.52º 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 #F1ACC7 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241172199-
CMYK00.290.170.05
HSL336.52º71.13%80.98%-
HSV(B)336.52º28.63%94.51%-
XYZ61.3452.3360.9-
YUV195.71129.86160.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 172 (67.58% from 255) = 28.10%
BLUE value IS 199 (78.12% from 255) = 32.52%
R=39.38%
G=28.10%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117219900.290.170.05336.5271.1380.98
HexF1ACC701D1151514751
Octal361254307035215521107121
Binary1111000110101100110001110111011000110110101000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACC7; }

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

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

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

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

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

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

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

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