#FCB3C3

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

Shades of Light Pink #FCB3C3

Tints of Light Pink #FCB3C3

Color information

#FCB3C3 (or 0xFCB3C3) is unknown color: approx Light Pink. HEX triplet: FC, B3 and C3. RGB value is (252,179,195). Sum of RGB (Red+Green+Blue) = 252+179+195=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 179 (70.31% from 255 or 28.59% from 626); Blue value is 195 (76.56% from 255 or 31.15% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3C3 is #034C3C. Grayscale: #CACACA. Windows color (decimal): -216125 or 12825596. OLE color: 12825596.

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

Color convert

RGB252179195-
CMYK00.290.230.01
HSL346.85º92.41%84.51%-
HSV(B)346.85º28.97%98.82%-
XYZ66.1256.8859.12-
YUV202.65123.68163.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 179 (70.31% from 255) = 28.59%
BLUE value IS 195 (76.56% from 255) = 31.15%
R=40.26%
G=28.59%
B=31.15%

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
Decimal25217919500.290.230.01346.8592.4184.51
HexFCB3C301D17115b5c55
Octal374263303035271533134125
Binary11111100101100111100001101110110111110101101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3C3; }

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

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

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

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

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

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

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

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