#F1B1BB

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

Shades of Cupid #F1B1BB

Tints of Cupid #F1B1BB

Color information

#F1B1BB (or 0xF1B1BB) is unknown color: approx Cupid. HEX triplet: F1, B1 and BB. RGB value is (241,177,187). Sum of RGB (Red+Green+Blue) = 241+177+187=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B1BB is #0E4E44. Grayscale: #C5C5C5. Windows color (decimal): -937541 or 12300785. OLE color: 12300785.

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

Color convert

RGB241177187-
CMYK00.270.220.05
HSL350.62º69.57%81.96%-
HSV(B)350.62º26.56%94.51%-
XYZ60.9753.7354.17-
YUV197.28122.2159.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 177 (69.53% from 255) = 29.26%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=39.83%
G=29.26%
B=30.91%

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
Decimal24117718700.270.220.05350.6269.5781.96
HexF1B1BB01B16515f4652
Octal361261273033265537106122
Binary1111000110110001101110110110111011010110101111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B1BB; }

 p { color: rgb(241,177,187); }

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

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

 a { background-color: rgb(241,177,187); }

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

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

 span { border-color: rgb(241,177,187); }

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