#F2ABBB

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

Shades of Cupid #F2ABBB

Tints of Cupid #F2ABBB

Color information

#F2ABBB (or 0xF2ABBB) is unknown color: approx Cupid. HEX triplet: F2, AB and BB. RGB value is (242,171,187). Sum of RGB (Red+Green+Blue) = 242+171+187=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABBB is #0D5444. Grayscale: #C2C2C2. Windows color (decimal): -873541 or 12299250. OLE color: 12299250.

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

Color convert

RGB242171187-
CMYK00.290.230.05
HSL346.48º73.2%80.98%-
HSV(B)346.48º29.34%94.9%-
XYZ60.1551.5953.8-
YUV194.05124.02162.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=40.33%
G=28.5%
B=31.17%

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
Decimal24217118700.290.230.05346.4873.280.98
HexF2ABBB01D17515a4951
Octal362253273035275532111121
Binary1111001010101011101110110111011011110110101101010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ABBB; }

 p { color: rgb(242,171,187); }

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

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

 a { background-color: rgb(242,171,187); }

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

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

 span { border-color: rgb(242,171,187); }

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