#F3ABBF

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

Shades of Cupid #F3ABBF

Tints of Cupid #F3ABBF

Color information

#F3ABBF (or 0xF3ABBF) is unknown color: approx Cupid. HEX triplet: F3, AB and BF. RGB value is (243,171,191). Sum of RGB (Red+Green+Blue) = 243+171+191=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ABBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ABBF is #0C5440. Grayscale: #C2C2C2. Windows color (decimal): -808001 or 12561395. OLE color: 12561395.

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

Color convert

RGB243171191-
CMYK00.300.210.05
HSL343.33º75%81.18%-
HSV(B)343.33º29.63%95.29%-
XYZ60.9351.9456.1-
YUV194.81125.85162.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.17%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 191 (75% from 255) = 31.57%
R=40.17%
G=28.26%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317119100.300.210.05343.337581.18
HexF3ABBF01E1551574b51
Octal363253277036255527113121
Binary1111001110101011101111110111101010110110101011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ABBF; }

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

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

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

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

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

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

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

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