#FCB9CD

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

Shades of Cupid #FCB9CD

Tints of Cupid #FCB9CD

Color information

#FCB9CD (or 0xFCB9CD) is unknown color: approx Cupid. HEX triplet: FC, B9 and CD. RGB value is (252,185,205). Sum of RGB (Red+Green+Blue) = 252+185+205=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9CD is #034632. Grayscale: #CFCFCF. Windows color (decimal): -214579 or 13482492. OLE color: 13482492.

HSL color Cylindrical-coordinate representation of color #FCB9CD: hue angle of 342.09º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9CD is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252185205-
CMYK00.270.190.01
HSL342.09º91.78%85.69%-
HSV(B)342.09º26.59%98.82%-
XYZ68.5159.865.69-
YUV207.31126.7159.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.25%
GREEN value IS 185 (72.66% from 255) = 28.82%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=39.25%
G=28.82%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218520500.270.190.01342.0991.7885.69
HexFCB9CD01B1311565c56
Octal374271315033231526134126
Binary11111100101110011100110101101110011110101011010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9CD; }

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

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

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

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

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

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

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

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