#F3AEC1

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

Shades of Cupid #F3AEC1

Tints of Cupid #F3AEC1

Color information

#F3AEC1 (or 0xF3AEC1) is unknown color: approx Cupid. HEX triplet: F3, AE and C1. RGB value is (243,174,193). Sum of RGB (Red+Green+Blue) = 243+174+193=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AEC1 is #0C513E. Grayscale: #C4C4C4. Windows color (decimal): -807231 or 12693235. OLE color: 12693235.

HSL color Cylindrical-coordinate representation of color #F3AEC1: hue angle of 343.48º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3AEC1 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243174193-
CMYK00.280.210.05
HSL343.48º74.19%81.76%-
HSV(B)343.48º28.4%95.29%-
XYZ61.7253.1857.46-
YUV196.8125.86160.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 174 (68.36% from 255) = 28.52%
BLUE value IS 193 (75.78% from 255) = 31.64%
R=39.84%
G=28.52%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317419300.280.210.05343.4874.1981.76
HexF3AEC101C1551574a52
Octal363256301034255527112122
Binary1111001110101110110000010111001010110110101011110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AEC1; }

 p { color: rgb(243,174,193); }

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

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

 a { background-color: rgb(243,174,193); }

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

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

 span { border-color: rgb(243,174,193); }

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