#F0AEC1

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

Shades of Cupid #F0AEC1

Tints of Cupid #F0AEC1

Color information

#F0AEC1 (or 0xF0AEC1) is unknown color: approx Cupid. HEX triplet: F0, AE and C1. RGB value is (240,174,193). Sum of RGB (Red+Green+Blue) = 240+174+193=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEC1 is #0F513E. Grayscale: #C3C3C3. Windows color (decimal): -1003839 or 12693232. OLE color: 12693232.

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

Color convert

RGB240174193-
CMYK00.280.200.06
HSL342.73º68.75%81.18%-
HSV(B)342.73º27.5%94.12%-
XYZ60.752.6557.42-
YUV195.9126.37159.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=39.54%
G=28.67%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017419300.280.200.06342.7368.7581.18
HexF0AEC101C1461574551
Octal360256301034246527105121
Binary1111000010101110110000010111001010011010101011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEC1; }

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

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

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

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

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

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

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

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