#F1ABC8

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

Shades of Cupid #F1ABC8

Tints of Cupid #F1ABC8

Color information

#F1ABC8 (or 0xF1ABC8) is unknown color: approx Cupid. HEX triplet: F1, AB and C8. RGB value is (241,171,200). Sum of RGB (Red+Green+Blue) = 241+171+200=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABC8 is #0E5437. Grayscale: #C3C3C3. Windows color (decimal): -939064 or 13151217. OLE color: 13151217.

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

Color convert

RGB241171200-
CMYK00.290.170.05
HSL335.14º71.43%80.78%-
HSV(B)335.14º29.05%94.51%-
XYZ61.265261.45-
YUV195.24130.69160.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 171 (67.19% from 255) = 27.94%
BLUE value IS 200 (78.52% from 255) = 32.68%
R=39.38%
G=27.94%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117120000.290.170.05335.1471.4380.78
HexF1ABC801D11514f4751
Octal361253310035215517107121
Binary1111000110101011110010000111011000110110100111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ABC8; }

 p { color: rgb(241,171,200); }

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

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

 a { background-color: rgb(241,171,200); }

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

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

 span { border-color: rgb(241,171,200); }

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