#FCB3B6

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

Shades of Light Pink #FCB3B6

Tints of Light Pink #FCB3B6

Color information

#FCB3B6 (or 0xFCB3B6) is unknown color: approx Light Pink. HEX triplet: FC, B3 and B6. RGB value is (252,179,182). Sum of RGB (Red+Green+Blue) = 252+179+182=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3B6 is #034C49. Grayscale: #C9C9C9. Windows color (decimal): -216138 or 11973628. OLE color: 11973628.

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

Color convert

RGB252179182-
CMYK00.290.280.01
HSL357.53º92.41%84.51%-
HSV(B)357.53º28.97%98.82%-
XYZ64.7156.3151.71-
YUV201.17117.18164.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 179 (70.31% from 255) = 29.20%
BLUE value IS 182 (71.48% from 255) = 29.69%
R=41.11%
G=29.20%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217918200.290.280.01357.5392.4184.51
HexFCB3B601D1C11665c55
Octal374263266035341546134125
Binary11111100101100111011011001110111100110110011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3B6; }

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

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

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

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

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

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

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

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