#F1B4BF

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

Shades of Cupid #F1B4BF

Tints of Cupid #F1B4BF

Color information

#F1B4BF (or 0xF1B4BF) is unknown color: approx Cupid. HEX triplet: F1, B4 and BF. RGB value is (241,180,191). Sum of RGB (Red+Green+Blue) = 241+180+191=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4BF is #0E4B40. Grayscale: #C7C7C7. Windows color (decimal): -936769 or 12563697. OLE color: 12563697.

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

Color convert

RGB241180191-
CMYK00.250.210.05
HSL349.18º68.54%82.55%-
HSV(B)349.18º25.31%94.51%-
XYZ6255.156.66-
YUV199.49123.21157.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 180 (70.70% from 255) = 29.41%
BLUE value IS 191 (75% from 255) = 31.21%
R=39.38%
G=29.41%
B=31.21%

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
Decimal24118019100.250.210.05349.1868.5482.55
HexF1B4BF01915515d4553
Octal361264277031255535105123
Binary1111000110110100101111110110011010110110101110110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B4BF; }

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

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

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

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

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

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

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

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