#F8A3BB

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

Shades of Cupid #F8A3BB

Tints of Cupid #F8A3BB

Color information

#F8A3BB (or 0xF8A3BB) is unknown color: approx Cupid. HEX triplet: F8, A3 and BB. RGB value is (248,163,187). Sum of RGB (Red+Green+Blue) = 248+163+187=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A3BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A3BB is #075C44. Grayscale: #BFBFBF. Windows color (decimal): -482373 or 12297208. OLE color: 12297208.

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

Color convert

RGB248163187-
CMYK00.340.250.03
HSL343.06º85.86%80.59%-
HSV(B)343.06º34.27%97.25%-
XYZ60.7849.7453.41-
YUV191.15125.66168.55-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.47%
GREEN value IS 163 (64.06% from 255) = 27.26%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=41.47%
G=27.26%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816318700.340.250.03343.0685.8680.59
HexF8A3BB0221931575651
Octal370243273042313527126121
Binary1111100010100011101110110100010110011110101011110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A3BB; }

 p { color: rgb(248,163,187); }

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

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

 a { background-color: rgb(248,163,187); }

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

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

 span { border-color: rgb(248,163,187); }

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