#F1B0BA

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

Shades of Cupid #F1B0BA

Tints of Cupid #F1B0BA

Color information

#F1B0BA (or 0xF1B0BA) is unknown color: approx Cupid. HEX triplet: F1, B0 and BA. RGB value is (241,176,186). Sum of RGB (Red+Green+Blue) = 241+176+186=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0BA is #0E4F45. Grayscale: #C4C4C4. Windows color (decimal): -937798 or 12234993. OLE color: 12234993.

HSL color Cylindrical-coordinate representation of color #F1B0BA: hue angle of 350.77º degrees, saturation: 0.7, 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 #F1B0BA is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241176186-
CMYK00.270.230.05
HSL350.77º69.89%81.76%-
HSV(B)350.77º26.97%94.51%-
XYZ60.6653.353.54-
YUV196.58122.03159.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 176 (69.14% from 255) = 29.19%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=39.97%
G=29.19%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117618600.270.230.05350.7769.8981.76
HexF1B0BA01B17515f4652
Octal361260272033275537106122
Binary1111000110110000101110100110111011110110101111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B0BA; }

 p { color: rgb(241,176,186); }

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

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

 a { background-color: rgb(241,176,186); }

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

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

 span { border-color: rgb(241,176,186); }

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