#FCB3B7

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

Shades of Light Pink #FCB3B7

Tints of Light Pink #FCB3B7

Color information

#FCB3B7 (or 0xFCB3B7) is unknown color: approx Light Pink. HEX triplet: FC, B3 and B7. RGB value is (252,179,183). Sum of RGB (Red+Green+Blue) = 252+179+183=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 183 (71.88% from 255 or 29.80% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3B7 is #034C48. Grayscale: #C9C9C9. Windows color (decimal): -216137 or 12039164. OLE color: 12039164.

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

Color convert

RGB252179183-
CMYK00.290.270.01
HSL356.71º92.41%84.51%-
HSV(B)356.71º28.97%98.82%-
XYZ64.8156.3552.26-
YUV201.28117.68164.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 179 (70.31% from 255) = 29.15%
BLUE value IS 183 (71.88% from 255) = 29.80%
R=41.04%
G=29.15%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217918300.290.270.01356.7192.4184.51
HexFCB3B701D1B11655c55
Octal374263267035331545134125
Binary11111100101100111011011101110111011110110010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3B7; }

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

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

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

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

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

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

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

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