#F0AFC8

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

Shades of Cupid #F0AFC8

Tints of Cupid #F0AFC8

Color information

#F0AFC8 (or 0xF0AFC8) is unknown color: approx Cupid. HEX triplet: F0, AF and C8. RGB value is (240,175,200). Sum of RGB (Red+Green+Blue) = 240+175+200=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFC8 is #0F5037. Grayscale: #C5C5C5. Windows color (decimal): -1003576 or 13152240. OLE color: 13152240.

HSL color Cylindrical-coordinate representation of color #F0AFC8: hue angle of 336.92º 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 #F0AFC8 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB240175200-
CMYK00.270.170.06
HSL336.92º68.42%81.37%-
HSV(B)336.92º27.08%94.12%-
XYZ61.6953.3661.69-
YUV197.28129.53158.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 175 (68.75% from 255) = 28.46%
BLUE value IS 200 (78.52% from 255) = 32.52%
R=39.02%
G=28.46%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017520000.270.170.06336.9268.4281.37
HexF0AFC801B1161514451
Octal360257310033216521104121
Binary1111000010101111110010000110111000111010101000110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFC8; }

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

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

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

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

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

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

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

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