#F4ABBB

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

Shades of Cupid #F4ABBB

Tints of Cupid #F4ABBB

Color information

#F4ABBB (or 0xF4ABBB) is unknown color: approx Cupid. HEX triplet: F4, AB and BB. RGB value is (244,171,187). Sum of RGB (Red+Green+Blue) = 244+171+187=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABBB is #0B5444. Grayscale: #C2C2C2. Windows color (decimal): -742469 or 12299252. OLE color: 12299252.

HSL color Cylindrical-coordinate representation of color #F4ABBB: hue angle of 346.85º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ABBB is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB244171187-
CMYK00.300.230.04
HSL346.85º76.84%81.37%-
HSV(B)346.85º29.92%95.69%-
XYZ60.8451.9553.83-
YUV194.65123.68163.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.53%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=40.53%
G=28.41%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417118700.300.230.04346.8576.8481.37
HexF4ABBB01E17415b4d51
Octal364253273036274533115121
Binary1111010010101011101110110111101011110010101101110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ABBB; }

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

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

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

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

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

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

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

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