#FCB3CC

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

Shades of Cupid #FCB3CC

Tints of Cupid #FCB3CC

Color information

#FCB3CC (or 0xFCB3CC) is unknown color: approx Cupid. HEX triplet: FC, B3 and CC. RGB value is (252,179,204). Sum of RGB (Red+Green+Blue) = 252+179+204=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3CC is #034C33. Grayscale: #CBCBCB. Windows color (decimal): -216116 or 13415420. OLE color: 13415420.

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

Color convert

RGB252179204-
CMYK00.290.190.01
HSL339.45º92.41%84.51%-
HSV(B)339.45º28.97%98.82%-
XYZ67.1657.364.65-
YUV203.68128.18162.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 179 (70.31% from 255) = 28.19%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=39.69%
G=28.19%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217920400.290.190.01339.4592.4184.51
HexFCB3CC01D1311535c55
Octal374263314035231523134125
Binary11111100101100111100110001110110011110101001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3CC; }

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

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

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

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

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

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

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

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