#F3B1BE

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

Shades of Cupid #F3B1BE

Tints of Cupid #F3B1BE

Color information

#F3B1BE (or 0xF3B1BE) is unknown color: approx Cupid. HEX triplet: F3, B1 and BE. RGB value is (243,177,190). Sum of RGB (Red+Green+Blue) = 243+177+190=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B1BE is #0C4E41. Grayscale: #C6C6C6. Windows color (decimal): -806466 or 12497395. OLE color: 12497395.

HSL color Cylindrical-coordinate representation of color #F3B1BE: hue angle of 348.18º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3B1BE is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB243177190-
CMYK00.270.220.05
HSL348.18º73.33%82.35%-
HSV(B)348.18º27.16%95.29%-
XYZ61.9854.2255.91-
YUV198.22123.37159.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 177 (69.53% from 255) = 29.02%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=39.84%
G=29.02%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317719000.270.220.05348.1873.3382.35
HexF3B1BE01B16515c4952
Octal363261276033265534111122
Binary1111001110110001101111100110111011010110101110010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B1BE; }

 p { color: rgb(243,177,190); }

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

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

 a { background-color: rgb(243,177,190); }

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

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

 span { border-color: rgb(243,177,190); }

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