#F1B4BE

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

Shades of Cupid #F1B4BE

Tints of Cupid #F1B4BE

Color information

#F1B4BE (or 0xF1B4BE) is unknown color: approx Cupid. HEX triplet: F1, B4 and BE. RGB value is (241,180,190). Sum of RGB (Red+Green+Blue) = 241+180+190=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4BE is #0E4B41. Grayscale: #C7C7C7. Windows color (decimal): -936770 or 12498161. OLE color: 12498161.

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

Color convert

RGB241180190-
CMYK00.250.210.05
HSL350.16º68.54%82.55%-
HSV(B)350.16º25.31%94.51%-
XYZ61.8955.0656.08-
YUV199.38122.71157.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 180 (70.70% from 255) = 29.46%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=39.44%
G=29.46%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118019000.250.210.05350.1668.5482.55
HexF1B4BE01915515e4553
Octal361264276031255536105123
Binary1111000110110100101111100110011010110110101111010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B4BE; }

 p { color: rgb(241,180,190); }

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

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

 a { background-color: rgb(241,180,190); }

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

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

 span { border-color: rgb(241,180,190); }

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