#F0ABC1

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

Shades of Cupid #F0ABC1

Tints of Cupid #F0ABC1

Color information

#F0ABC1 (or 0xF0ABC1) is unknown color: approx Cupid. HEX triplet: F0, AB and C1. RGB value is (240,171,193). Sum of RGB (Red+Green+Blue) = 240+171+193=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABC1 is #0F543E. Grayscale: #C2C2C2. Windows color (decimal): -1004607 or 12692464. OLE color: 12692464.

HSL color Cylindrical-coordinate representation of color #F0ABC1: hue angle of 340.87º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ABC1 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240171193-
CMYK00.290.200.06
HSL340.87º69.7%80.59%-
HSV(B)340.87º28.75%94.12%-
XYZ60.1251.557.22-
YUV194.14127.36160.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=39.74%
G=28.31%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017119300.290.200.06340.8769.780.59
HexF0ABC101D1461554651
Octal360253301035246525106121
Binary1111000010101011110000010111011010011010101010110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ABC1; }

 p { color: rgb(240,171,193); }

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

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

 a { background-color: rgb(240,171,193); }

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

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

 span { border-color: rgb(240,171,193); }

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