#FCB1B3

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

Shades of Light Pink #FCB1B3

Tints of Light Pink #FCB1B3

Color information

#FCB1B3 (or 0xFCB1B3) is unknown color: approx Light Pink. HEX triplet: FC, B1 and B3. RGB value is (252,177,179). Sum of RGB (Red+Green+Blue) = 252+177+179=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB1B3 is #034E4C. Grayscale: #C7C7C7. Windows color (decimal): -216653 or 11776508. OLE color: 11776508.

HSL color Cylindrical-coordinate representation of color #FCB1B3: hue angle of 358.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB1B3 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252177179-
CMYK00.300.290.01
HSL358.4º92.59%84.12%-
HSV(B)358.4º29.76%98.82%-
XYZ6455.3949.97-
YUV199.65116.35165.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.45%
GREEN value IS 177 (69.53% from 255) = 29.11%
BLUE value IS 179 (70.31% from 255) = 29.44%
R=41.45%
G=29.11%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217717900.300.290.01358.492.5984.12
HexFCB1B301E1D11665d54
Octal374261263036351546135124
Binary11111100101100011011001101111011101110110011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1B3; }

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

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

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

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

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

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

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

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