#F7BACB

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

Shades of Cupid #F7BACB

Tints of Cupid #F7BACB

Color information

#F7BACB (or 0xF7BACB) is unknown color: approx Cupid. HEX triplet: F7, BA and CB. RGB value is (247,186,203). Sum of RGB (Red+Green+Blue) = 247+186+203=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BACB is #084534. Grayscale: #CECECE. Windows color (decimal): -542005 or 13351671. OLE color: 13351671.

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

Color convert

RGB247186203-
CMYK00.250.180.03
HSL343.28º79.22%84.9%-
HSV(B)343.28º24.7%96.86%-
XYZ66.759.264.41-
YUV206.18126.21157.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.84%
GREEN value IS 186 (73.05% from 255) = 29.25%
BLUE value IS 203 (79.69% from 255) = 31.92%
R=38.84%
G=29.25%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718620300.250.180.03343.2879.2284.9
HexF7BACB0191231574f55
Octal367272313031223527117125
Binary111101111011101011001011011001100101110101011110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BACB; }

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

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

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

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

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

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

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

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