#F4ABBC

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

Shades of Cupid #F4ABBC

Tints of Cupid #F4ABBC

Color information

#F4ABBC (or 0xF4ABBC) is unknown color: approx Cupid. HEX triplet: F4, AB and BC. RGB value is (244,171,188). Sum of RGB (Red+Green+Blue) = 244+171+188=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABBC is #0B5443. Grayscale: #C2C2C2. Windows color (decimal): -742468 or 12364788. OLE color: 12364788.

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

Color convert

RGB244171188-
CMYK00.300.230.04
HSL346.03º76.84%81.37%-
HSV(B)346.03º29.92%95.69%-
XYZ60.9551.9954.4-
YUV194.76124.18163.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.46%
GREEN value IS 171 (67.19% from 255) = 28.36%
BLUE value IS 188 (73.83% from 255) = 31.18%
R=40.46%
G=28.36%
B=31.18%

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
Decimal24417118800.300.230.04346.0376.8481.37
HexF4ABBC01E17415a4d51
Octal364253274036274532115121
Binary1111010010101011101111000111101011110010101101010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ABBC; }

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

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

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

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

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

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

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

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