#F1B2BC

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

Shades of Cupid #F1B2BC

Tints of Cupid #F1B2BC

Color information

#F1B2BC (or 0xF1B2BC) is unknown color: approx Cupid. HEX triplet: F1, B2 and BC. RGB value is (241,178,188). Sum of RGB (Red+Green+Blue) = 241+178+188=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B2BC is #0E4D43. Grayscale: #C6C6C6. Windows color (decimal): -937284 or 12366577. OLE color: 12366577.

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

Color convert

RGB241178188-
CMYK00.260.220.05
HSL350.48º69.23%82.16%-
HSV(B)350.48º26.14%94.51%-
XYZ61.2754.1754.8-
YUV197.98122.37158.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=39.70%
G=29.32%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117818800.260.220.05350.4869.2382.16
HexF1B2BC01A16515e4552
Octal361262274032265536105122
Binary1111000110110010101111000110101011010110101111010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B2BC; }

 p { color: rgb(241,178,188); }

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

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

 a { background-color: rgb(241,178,188); }

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

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

 span { border-color: rgb(241,178,188); }

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