#FCB3CB

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

Shades of Cupid #FCB3CB

Tints of Cupid #FCB3CB

Color information

#FCB3CB (or 0xFCB3CB) is unknown color: approx Cupid. HEX triplet: FC, B3 and CB. RGB value is (252,179,203). Sum of RGB (Red+Green+Blue) = 252+179+203=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3CB is #034C34. Grayscale: #CBCBCB. Windows color (decimal): -216117 or 13349884. OLE color: 13349884.

HSL color Cylindrical-coordinate representation of color #FCB3CB: hue angle of 340.27º 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 #FCB3CB is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252179203-
CMYK00.290.190.01
HSL340.27º92.41%84.51%-
HSV(B)340.27º28.97%98.82%-
XYZ67.0457.2564.02-
YUV203.56127.68162.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 179 (70.31% from 255) = 28.23%
BLUE value IS 203 (79.69% from 255) = 32.02%
R=39.75%
G=28.23%
B=32.02%

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
Decimal25217920300.290.190.01340.2792.4184.51
HexFCB3CB01D1311545c55
Octal374263313035231524134125
Binary11111100101100111100101101110110011110101010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3CB; }

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

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

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

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

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

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

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

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