#F7BACD

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

Shades of Cupid #F7BACD

Tints of Cupid #F7BACD

Color information

#F7BACD (or 0xF7BACD) is unknown color: approx Cupid. HEX triplet: F7, BA and CD. RGB value is (247,186,205). Sum of RGB (Red+Green+Blue) = 247+186+205=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BACD is #084532. Grayscale: #CECECE. Windows color (decimal): -542003 or 13482743. OLE color: 13482743.

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

Color convert

RGB247186205-
CMYK00.250.170.03
HSL341.31º79.22%84.9%-
HSV(B)341.31º24.7%96.86%-
XYZ66.9459.365.68-
YUV206.4127.21156.96-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.71%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=38.71%
G=29.15%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718620500.250.170.03341.3179.2284.9
HexF7BACD0191131554f55
Octal367272315031213525117125
Binary111101111011101011001101011001100011110101010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BACD; }

 p { color: rgb(247,186,205); }

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

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

 a { background-color: rgb(247,186,205); }

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

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

 span { border-color: rgb(247,186,205); }

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