#FCB3B4

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

Shades of Light Pink #FCB3B4

Tints of Light Pink #FCB3B4

Color information

#FCB3B4 (or 0xFCB3B4) is unknown color: approx Light Pink. HEX triplet: FC, B3 and B4. RGB value is (252,179,180). Sum of RGB (Red+Green+Blue) = 252+179+180=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3B4 is #034C4B. Grayscale: #C9C9C9. Windows color (decimal): -216140 or 11842556. OLE color: 11842556.

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

Color convert

RGB252179180-
CMYK00.290.290.01
HSL359.18º92.41%84.51%-
HSV(B)359.18º28.97%98.82%-
XYZ64.556.2350.63-
YUV200.94116.18164.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 179 (70.31% from 255) = 29.30%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=41.24%
G=29.30%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217918000.290.290.01359.1892.4184.51
HexFCB3B401D1D11675c55
Octal374263264035351547134125
Binary11111100101100111011010001110111101110110011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3B4; }

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

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

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

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

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

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

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

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