#F3ABBB

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

Shades of Cupid #F3ABBB

Tints of Cupid #F3ABBB

Color information

#F3ABBB (or 0xF3ABBB) is unknown color: approx Cupid. HEX triplet: F3, AB and BB. RGB value is (243,171,187). Sum of RGB (Red+Green+Blue) = 243+171+187=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ABBB is #0C5444. Grayscale: #C2C2C2. Windows color (decimal): -808005 or 12299251. OLE color: 12299251.

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

Color convert

RGB243171187-
CMYK00.300.230.05
HSL346.67º75%81.18%-
HSV(B)346.67º29.63%95.29%-
XYZ60.4951.7753.82-
YUV194.35123.85162.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 171 (67.19% from 255) = 28.45%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=40.43%
G=28.45%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317118700.300.230.05346.677581.18
HexF3ABBB01E17515b4b51
Octal363253273036275533113121
Binary1111001110101011101110110111101011110110101101110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ABBB; }

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

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

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

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

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

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

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

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