#FCB1CB

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

Shades of Cupid #FCB1CB

Tints of Cupid #FCB1CB

Color information

#FCB1CB (or 0xFCB1CB) is unknown color: approx Cupid. HEX triplet: FC, B1 and CB. RGB value is (252,177,203). Sum of RGB (Red+Green+Blue) = 252+177+203=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1CB is #034E34. Grayscale: #CACACA. Windows color (decimal): -216629 or 13349372. OLE color: 13349372.

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

Color convert

RGB252177203-
CMYK00.300.190.01
HSL339.2º92.59%84.12%-
HSV(B)339.2º29.76%98.82%-
XYZ66.6556.4563.88-
YUV202.39128.35163.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 177 (69.53% from 255) = 28.01%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=39.87%
G=28.01%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217720300.300.190.01339.292.5984.12
HexFCB1CB01E1311535d54
Octal374261313036231523135124
Binary11111100101100011100101101111010011110101001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1CB; }

 p { color: rgb(252,177,203); }

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

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

 a { background-color: rgb(252,177,203); }

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

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

 span { border-color: rgb(252,177,203); }

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