#F8A7BD

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

Shades of Cupid #F8A7BD

Tints of Cupid #F8A7BD

Color information

#F8A7BD (or 0xF8A7BD) is unknown color: approx Cupid. HEX triplet: F8, A7 and BD. RGB value is (248,167,189). Sum of RGB (Red+Green+Blue) = 248+167+189=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7BD is #075842. Grayscale: #C1C1C1. Windows color (decimal): -481347 or 12429304. OLE color: 12429304.

HSL color Cylindrical-coordinate representation of color #F8A7BD: hue angle of 343.7º 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 #F8A7BD is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB248167189-
CMYK00.330.240.03
HSL343.7º85.26%81.37%-
HSV(B)343.7º32.66%97.25%-
XYZ61.7251.2754.79-
YUV193.73125.34166.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.06%
GREEN value IS 167 (65.62% from 255) = 27.65%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=41.06%
G=27.65%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816718900.330.240.03343.785.2681.37
HexF8A7BD0211831585551
Octal370247275041303530125121
Binary1111100010100111101111010100001110001110101100010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A7BD; }

 p { color: rgb(248,167,189); }

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

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

 a { background-color: rgb(248,167,189); }

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

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

 span { border-color: rgb(248,167,189); }

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