#F1AFBB

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

Shades of Cupid #F1AFBB

Tints of Cupid #F1AFBB

Color information

#F1AFBB (or 0xF1AFBB) is unknown color: approx Cupid. HEX triplet: F1, AF and BB. RGB value is (241,175,187). Sum of RGB (Red+Green+Blue) = 241+175+187=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFBB is #0E5044. Grayscale: #C4C4C4. Windows color (decimal): -938053 or 12300273. OLE color: 12300273.

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

Color convert

RGB241175187-
CMYK00.270.220.05
HSL349.09º70.21%81.57%-
HSV(B)349.09º27.39%94.51%-
XYZ60.5852.9554.04-
YUV196.1122.87160.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=39.97%
G=29.02%
B=31.01%

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
Decimal24117518700.270.220.05349.0970.2181.57
HexF1AFBB01B16515d4652
Octal361257273033265535106122
Binary1111000110101111101110110110111011010110101110110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFBB; }

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

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

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

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

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

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

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

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