#FCB3C1

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

Shades of Light Pink #FCB3C1

Tints of Light Pink #FCB3C1

Color information

#FCB3C1 (or 0xFCB3C1) is unknown color: approx Light Pink. HEX triplet: FC, B3 and C1. RGB value is (252,179,193). Sum of RGB (Red+Green+Blue) = 252+179+193=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3C1 is #034C3E. Grayscale: #CACACA. Windows color (decimal): -216127 or 12694524. OLE color: 12694524.

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

Color convert

RGB252179193-
CMYK00.290.230.01
HSL348.49º92.41%84.51%-
HSV(B)348.49º28.97%98.82%-
XYZ65.8956.7957.94-
YUV202.42122.68163.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 179 (70.31% from 255) = 28.69%
BLUE value IS 193 (75.78% from 255) = 30.93%
R=40.38%
G=28.69%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217919300.290.230.01348.4992.4184.51
HexFCB3C101D17115c5c55
Octal374263301035271534134125
Binary11111100101100111100000101110110111110101110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3C1; }

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

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

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

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

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

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

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

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