#F6ABB9

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

Shades of Cupid #F6ABB9

Tints of Cupid #F6ABB9

Color information

#F6ABB9 (or 0xF6ABB9) is unknown color: approx Cupid. HEX triplet: F6, AB and B9. RGB value is (246,171,185). Sum of RGB (Red+Green+Blue) = 246+171+185=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ABB9 is #095446. Grayscale: #C3C3C3. Windows color (decimal): -611399 or 12168182. OLE color: 12168182.

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

Color convert

RGB246171185-
CMYK00.300.250.04
HSL348.8º80.65%81.76%-
HSV(B)348.8º30.49%96.47%-
XYZ61.3352.2252.75-
YUV195.02122.35164.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.86%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 185 (72.66% from 255) = 30.73%
R=40.86%
G=28.41%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617118500.300.250.04348.880.6581.76
HexF6ABB901E19415d5152
Octal366253271036314535121122
Binary1111011010101011101110010111101100110010101110110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ABB9; }

 p { color: rgb(246,171,185); }

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

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

 a { background-color: rgb(246,171,185); }

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

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

 span { border-color: rgb(246,171,185); }

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