#FCB7CC

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

Shades of Cupid #FCB7CC

Tints of Cupid #FCB7CC

Color information

#FCB7CC (or 0xFCB7CC) is unknown color: approx Cupid. HEX triplet: FC, B7 and CC. RGB value is (252,183,204). Sum of RGB (Red+Green+Blue) = 252+183+204=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7CC is #034833. Grayscale: #CECECE. Windows color (decimal): -215092 or 13416444. OLE color: 13416444.

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

Color convert

RGB252183204-
CMYK00.270.190.01
HSL341.74º92%85.29%-
HSV(B)341.74º27.38%98.82%-
XYZ67.9858.9264.92-
YUV206.02126.86160.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 183 (71.88% from 255) = 28.64%
BLUE value IS 204 (80.08% from 255) = 31.92%
R=39.44%
G=28.64%
B=31.92%

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
Decimal25218320400.270.190.01341.749285.29
HexFCB7CC01B1311565c55
Octal374267314033231526134125
Binary11111100101101111100110001101110011110101011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7CC; }

 p { color: rgb(252,183,204); }

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

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

 a { background-color: rgb(252,183,204); }

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

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

 span { border-color: rgb(252,183,204); }

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