#F1ADC5

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

Shades of Cupid #F1ADC5

Tints of Cupid #F1ADC5

Color information

#F1ADC5 (or 0xF1ADC5) is unknown color: approx Cupid. HEX triplet: F1, AD and C5. RGB value is (241,173,197). Sum of RGB (Red+Green+Blue) = 241+173+197=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADC5 is #0E523A. Grayscale: #C4C4C4. Windows color (decimal): -938555 or 12955121. OLE color: 12955121.

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

Color convert

RGB241173197-
CMYK00.280.180.05
HSL338.82º70.83%81.18%-
HSV(B)338.82º28.22%94.51%-
XYZ61.352.6259.75-
YUV196.07128.53160.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 173 (67.97% from 255) = 28.31%
BLUE value IS 197 (77.34% from 255) = 32.24%
R=39.44%
G=28.31%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117319700.280.180.05338.8270.8381.18
HexF1ADC501C1251534751
Octal361255305034225523107121
Binary1111000110101101110001010111001001010110101001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADC5; }

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

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

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

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

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

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

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

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