#F1B0BC

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

Shades of Cupid #F1B0BC

Tints of Cupid #F1B0BC

Color information

#F1B0BC (or 0xF1B0BC) is unknown color: approx Cupid. HEX triplet: F1, B0 and BC. RGB value is (241,176,188). Sum of RGB (Red+Green+Blue) = 241+176+188=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0BC is #0E4F43. Grayscale: #C4C4C4. Windows color (decimal): -937796 or 12366065. OLE color: 12366065.

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

Color convert

RGB241176188-
CMYK00.270.220.05
HSL348.92º69.89%81.76%-
HSV(B)348.92º26.97%94.51%-
XYZ60.8853.3854.67-
YUV196.8123.03159.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 176 (69.14% from 255) = 29.09%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=39.83%
G=29.09%
B=31.07%

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
Decimal24117618800.270.220.05348.9269.8981.76
HexF1B0BC01B16515d4652
Octal361260274033265535106122
Binary1111000110110000101111000110111011010110101110110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B0BC; }

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

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

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

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

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

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

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

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