#FCB3BA

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

Shades of Light Pink #FCB3BA

Tints of Light Pink #FCB3BA

Color information

#FCB3BA (or 0xFCB3BA) is unknown color: approx Light Pink. HEX triplet: FC, B3 and BA. RGB value is (252,179,186). Sum of RGB (Red+Green+Blue) = 252+179+186=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3BA is #034C45. Grayscale: #C9C9C9. Windows color (decimal): -216134 or 12235772. OLE color: 12235772.

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

Color convert

RGB252179186-
CMYK00.290.260.01
HSL354.25º92.41%84.51%-
HSV(B)354.25º28.97%98.82%-
XYZ65.1356.4853.92-
YUV201.62119.18163.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 179 (70.31% from 255) = 29.01%
BLUE value IS 186 (73.05% from 255) = 30.15%
R=40.84%
G=29.01%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217918600.290.260.01354.2592.4184.51
HexFCB3BA01D1A11625c55
Octal374263272035321542134125
Binary11111100101100111011101001110111010110110001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3BA; }

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

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

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

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

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

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

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

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