#F8A6B7

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

Shades of Cupid #F8A6B7

Tints of Cupid #F8A6B7

Color information

#F8A6B7 (or 0xF8A6B7) is unknown color: approx Cupid. HEX triplet: F8, A6 and B7. RGB value is (248,166,183). Sum of RGB (Red+Green+Blue) = 248+166+183=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6B7 is #075948. Grayscale: #C0C0C0. Windows color (decimal): -481609 or 12035832. OLE color: 12035832.

HSL color Cylindrical-coordinate representation of color #F8A6B7: hue angle of 347.56º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6B7 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB248166183-
CMYK00.330.260.03
HSL347.56º85.42%81.18%-
HSV(B)347.56º33.06%97.25%-
XYZ60.8950.6551.37-
YUV192.46122.67167.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.54%
GREEN value IS 166 (65.23% from 255) = 27.81%
BLUE value IS 183 (71.88% from 255) = 30.65%
R=41.54%
G=27.81%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816618300.330.260.03347.5685.4281.18
HexF8A6B70211A315c5551
Octal370246267041323534125121
Binary1111100010100110101101110100001110101110101110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A6B7; }

 p { color: rgb(248,166,183); }

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

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

 a { background-color: rgb(248,166,183); }

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

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

 span { border-color: rgb(248,166,183); }

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