#F2ACBA

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

Shades of Cupid #F2ACBA

Tints of Cupid #F2ACBA

Color information

#F2ACBA (or 0xF2ACBA) is unknown color: approx Cupid. HEX triplet: F2, AC and BA. RGB value is (242,172,186). Sum of RGB (Red+Green+Blue) = 242+172+186=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACBA is #0D5345. Grayscale: #C2C2C2. Windows color (decimal): -873286 or 12233970. OLE color: 12233970.

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

Color convert

RGB242172186-
CMYK00.290.230.05
HSL348º72.92%81.18%-
HSV(B)348º28.93%94.9%-
XYZ60.2351.9353.3-
YUV194.53123.19161.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 172 (67.58% from 255) = 28.67%
BLUE value IS 186 (73.05% from 255) = 31%
R=40.33%
G=28.67%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217218600.290.230.0534872.9281.18
HexF2ACBA01D17515c4951
Octal362254272035275534111121
Binary1111001010101100101110100111011011110110101110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACBA; }

 p { color: rgb(242,172,186); }

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

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

 a { background-color: rgb(242,172,186); }

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

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

 span { border-color: rgb(242,172,186); }

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