#F1ACBC

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

Shades of Cupid #F1ACBC

Tints of Cupid #F1ACBC

Color information

#F1ACBC (or 0xF1ACBC) is unknown color: approx Cupid. HEX triplet: F1, AC and BC. RGB value is (241,172,188). Sum of RGB (Red+Green+Blue) = 241+172+188=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACBC is #0E5343. Grayscale: #C2C2C2. Windows color (decimal): -938820 or 12365041. OLE color: 12365041.

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

Color convert

RGB241172188-
CMYK00.290.220.05
HSL346.09º71.13%80.98%-
HSV(B)346.09º28.63%94.51%-
XYZ60.1151.8454.41-
YUV194.46124.36161.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=40.10%
G=28.62%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117218800.290.220.05346.0971.1380.98
HexF1ACBC01D16515a4751
Octal361254274035265532107121
Binary1111000110101100101111000111011011010110101101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACBC; }

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

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

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

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

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

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

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

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