#F3AEC0

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

Shades of Cupid #F3AEC0

Tints of Cupid #F3AEC0

Color information

#F3AEC0 (or 0xF3AEC0) is unknown color: approx Cupid. HEX triplet: F3, AE and C0. RGB value is (243,174,192). Sum of RGB (Red+Green+Blue) = 243+174+192=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AEC0 is #0C513F. Grayscale: #C4C4C4. Windows color (decimal): -807232 or 12627699. OLE color: 12627699.

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

Color convert

RGB243174192-
CMYK00.280.210.05
HSL344.35º74.19%81.76%-
HSV(B)344.35º28.4%95.29%-
XYZ61.6153.1356.88-
YUV196.68125.36161.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.90%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=39.90%
G=28.57%
B=31.53%

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
Decimal24317419200.280.210.05344.3574.1981.76
HexF3AEC001C1551584a52
Octal363256300034255530112122
Binary1111001110101110110000000111001010110110101100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AEC0; }

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

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

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

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

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

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

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

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