#F0AFC4

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

Shades of Cupid #F0AFC4

Tints of Cupid #F0AFC4

Color information

#F0AFC4 (or 0xF0AFC4) is unknown color: approx Cupid. HEX triplet: F0, AF and C4. RGB value is (240,175,196). Sum of RGB (Red+Green+Blue) = 240+175+196=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFC4 is #0F503B. Grayscale: #C4C4C4. Windows color (decimal): -1003580 or 12890096. OLE color: 12890096.

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

Color convert

RGB240175196-
CMYK00.270.180.06
HSL340.62º68.42%81.37%-
HSV(B)340.62º27.08%94.12%-
XYZ61.2353.1759.26-
YUV196.83127.53158.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.28%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 196 (76.95% from 255) = 32.08%
R=39.28%
G=28.64%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017519600.270.180.06340.6268.4281.37
HexF0AFC401B1261554451
Octal360257304033226525104121
Binary1111000010101111110001000110111001011010101010110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFC4; }

 p { color: rgb(240,175,196); }

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

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

 a { background-color: rgb(240,175,196); }

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

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

 span { border-color: rgb(240,175,196); }

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