#F1ADB9

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

Shades of Cupid #F1ADB9

Tints of Cupid #F1ADB9

Color information

#F1ADB9 (or 0xF1ADB9) is unknown color: approx Cupid. HEX triplet: F1, AD and B9. RGB value is (241,173,185). Sum of RGB (Red+Green+Blue) = 241+173+185=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 185 (72.66% from 255 or 30.88% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADB9 is #0E5246. Grayscale: #C2C2C2. Windows color (decimal): -938567 or 12168689. OLE color: 12168689.

HSL color Cylindrical-coordinate representation of color #F1ADB9: hue angle of 349.41º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1ADB9 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241173185-
CMYK00.280.230.05
HSL349.41º70.83%81.18%-
HSV(B)349.41º28.22%94.51%-
XYZ59.9852.0952.79-
YUV194.7122.53161.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 173 (67.97% from 255) = 28.88%
BLUE value IS 185 (72.66% from 255) = 30.88%
R=40.23%
G=28.88%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117318500.280.230.05349.4170.8381.18
HexF1ADB901C17515d4751
Octal361255271034275535107121
Binary1111000110101101101110010111001011110110101110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADB9; }

 p { color: rgb(241,173,185); }

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

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

 a { background-color: rgb(241,173,185); }

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

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

 span { border-color: rgb(241,173,185); }

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