#F7ABBE

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

Shades of Cupid #F7ABBE

Tints of Cupid #F7ABBE

Color information

#F7ABBE (or 0xF7ABBE) is unknown color: approx Cupid. HEX triplet: F7, AB and BE. RGB value is (247,171,190). Sum of RGB (Red+Green+Blue) = 247+171+190=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABBE is #085441. Grayscale: #C3C3C3. Windows color (decimal): -545858 or 12495863. OLE color: 12495863.

HSL color Cylindrical-coordinate representation of color #F7ABBE: hue angle of 345º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7ABBE is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247171190-
CMYK00.310.230.03
HSL345º82.61%81.96%-
HSV(B)345º30.77%96.86%-
XYZ62.2152.6255.59-
YUV195.89124.68164.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.62%
GREEN value IS 171 (67.19% from 255) = 28.12%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=40.62%
G=28.12%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717119000.310.230.0334582.6181.96
HexF7ABBE01F1731595352
Octal367253276037273531123122
Binary111101111010101110111110011111101111110101100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ABBE; }

 p { color: rgb(247,171,190); }

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

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

 a { background-color: rgb(247,171,190); }

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

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

 span { border-color: rgb(247,171,190); }

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