#F1ADBA

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

Shades of Cupid #F1ADBA

Tints of Cupid #F1ADBA

Color information

#F1ADBA (or 0xF1ADBA) is unknown color: approx Cupid. HEX triplet: F1, AD and BA. RGB value is (241,173,186). Sum of RGB (Red+Green+Blue) = 241+173+186=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADBA is #0E5245. Grayscale: #C2C2C2. Windows color (decimal): -938566 or 12234225. OLE color: 12234225.

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

Color convert

RGB241173186-
CMYK00.280.230.05
HSL348.53º70.83%81.18%-
HSV(B)348.53º28.22%94.51%-
XYZ60.0852.1353.35-
YUV194.81123.03160.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 186 (73.05% from 255) = 31%
R=40.17%
G=28.83%
B=31%

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
Decimal24117318600.280.230.05348.5370.8381.18
HexF1ADBA01C17515d4751
Octal361255272034275535107121
Binary1111000110101101101110100111001011110110101110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADBA; }

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

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

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

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

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

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

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

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