#F7B9CD

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

Shades of Cupid #F7B9CD

Tints of Cupid #F7B9CD

Color information

#F7B9CD (or 0xF7B9CD) is unknown color: approx Cupid. HEX triplet: F7, B9 and CD. RGB value is (247,185,205). Sum of RGB (Red+Green+Blue) = 247+185+205=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B9CD is #084632. Grayscale: #CDCDCD. Windows color (decimal): -542259 or 13482487. OLE color: 13482487.

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

Color convert

RGB247185205-
CMYK00.250.170.03
HSL340.65º79.49%84.71%-
HSV(B)340.65º25.1%96.86%-
XYZ66.7358.8865.61-
YUV205.82127.54157.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.78%
GREEN value IS 185 (72.66% from 255) = 29.04%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=38.78%
G=29.04%
B=32.18%

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
Decimal24718520500.250.170.03340.6579.4984.71
HexF7B9CD0191131554f55
Octal367271315031213525117125
Binary111101111011100111001101011001100011110101010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B9CD; }

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

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

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

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

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

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

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

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