#FBC1BA

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

Shades of Your Pink #FBC1BA

Tints of Your Pink #FBC1BA

Color information

#FBC1BA (or 0xFBC1BA) is unknown color: approx Your Pink. HEX triplet: FB, C1 and BA. RGB value is (251,193,186). Sum of RGB (Red+Green+Blue) = 251+193+186=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1BA is #043E45. Grayscale: #D1D1D1. Windows color (decimal): -278086 or 12239355. OLE color: 12239355.

HSL color Cylindrical-coordinate representation of color #FBC1BA: hue angle of 6.46º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBC1BA is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB251193186-
CMYK00.230.260.02
HSL6.46º89.04%85.69%-
HSV(B)6.46º25.9%98.43%-
XYZ67.7262.1954.89-
YUV209.54114.72157.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 193 (75.78% from 255) = 30.63%
BLUE value IS 186 (73.05% from 255) = 29.52%
R=39.84%
G=30.63%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119318600.230.260.026.4689.0485.69
HexFBC1BA0171A265956
Octal3733012720273226131126
Binary111110111100000110111010010111110101011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC1BA; }

 p { color: rgb(251,193,186); }

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

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

 a { background-color: rgb(251,193,186); }

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

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

 span { border-color: rgb(251,193,186); }

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