#F1B5BF

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

Shades of Cupid #F1B5BF

Tints of Cupid #F1B5BF

Color information

#F1B5BF (or 0xF1B5BF) is unknown color: approx Cupid. HEX triplet: F1, B5 and BF. RGB value is (241,181,191). Sum of RGB (Red+Green+Blue) = 241+181+191=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5BF is #0E4A40. Grayscale: #C8C8C8. Windows color (decimal): -936513 or 12563953. OLE color: 12563953.

HSL color Cylindrical-coordinate representation of color #F1B5BF: hue angle of 350º degrees, saturation: 0.68, 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 #F1B5BF is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241181191-
CMYK00.250.210.05
HSL350º68.18%82.75%-
HSV(B)350º24.9%94.51%-
XYZ62.255.5156.73-
YUV200.08122.88157.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 181 (71.09% from 255) = 29.53%
BLUE value IS 191 (75% from 255) = 31.16%
R=39.31%
G=29.53%
B=31.16%

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
Decimal24118119100.250.210.0535068.1882.75
HexF1B5BF01915515e4453
Octal361265277031255536104123
Binary1111000110110101101111110110011010110110101111010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B5BF; }

 p { color: rgb(241,181,191); }

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

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

 a { background-color: rgb(241,181,191); }

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

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

 span { border-color: rgb(241,181,191); }

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