#FCB2CC

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

Shades of Cupid #FCB2CC

Tints of Cupid #FCB2CC

Color information

#FCB2CC (or 0xFCB2CC) is unknown color: approx Cupid. HEX triplet: FC, B2 and CC. RGB value is (252,178,204). Sum of RGB (Red+Green+Blue) = 252+178+204=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2CC is #034D33. Grayscale: #CBCBCB. Windows color (decimal): -216372 or 13415164. OLE color: 13415164.

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

Color convert

RGB252178204-
CMYK00.290.190.01
HSL338.92º92.5%84.31%-
HSV(B)338.92º29.37%98.82%-
XYZ66.9656.964.58-
YUV203.09128.52162.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 178 (69.92% from 255) = 28.08%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=39.75%
G=28.08%
B=32.18%

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
Decimal25217820400.290.190.01338.9292.584.31
HexFCB2CC01D1311535c54
Octal374262314035231523134124
Binary11111100101100101100110001110110011110101001110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2CC; }

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

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

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

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

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

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

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

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