#F2ABC4

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

Shades of Cupid #F2ABC4

Tints of Cupid #F2ABC4

Color information

#F2ABC4 (or 0xF2ABC4) is unknown color: approx Cupid. HEX triplet: F2, AB and C4. RGB value is (242,171,196). Sum of RGB (Red+Green+Blue) = 242+171+196=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABC4 is #0D543B. Grayscale: #C3C3C3. Windows color (decimal): -873532 or 12889074. OLE color: 12889074.

HSL color Cylindrical-coordinate representation of color #F2ABC4: hue angle of 338.87º degrees, saturation: 0.73, 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 #F2ABC4 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB242171196-
CMYK00.290.190.05
HSL338.87º73.2%80.98%-
HSV(B)338.87º29.34%94.9%-
XYZ61.1451.9959.04-
YUV195.08128.52161.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.74%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=39.74%
G=28.08%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217119600.290.190.05338.8773.280.98
HexF2ABC401D1351534951
Octal362253304035235523111121
Binary1111001010101011110001000111011001110110101001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ABC4; }

 p { color: rgb(242,171,196); }

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

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

 a { background-color: rgb(242,171,196); }

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

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

 span { border-color: rgb(242,171,196); }

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